Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Version Validation on Module Upload Allows Unsupported Formats #455

Closed
KenSpur opened this issue Oct 30, 2024 · 1 comment · Fixed by #458
Closed

Missing Version Validation on Module Upload Allows Unsupported Formats #455

KenSpur opened this issue Oct 30, 2024 · 1 comment · Fixed by #458

Comments

@KenSpur
Copy link

KenSpur commented Oct 30, 2024

tapir allows me to upload module versions with prefixes (e.g., v0.1.0), but Terraform can only download unprefixed, versions like 0.1.0. It seems there’s no validation during upload to ensure version formats are compatible with the downloads.

I’m using tapir 0.9.0 with CosmosDB and Azure Storage.

@PacoVK
Copy link
Owner

PacoVK commented Nov 1, 2024

Indeed there is no validation, I will take a look to add that to the upload to ensure only compatible modules can be added to the registry 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants