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

fix(artifactStore): Make applicationsRegex pattern matching case-insensitive #1206

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

christosarvanitis
Copy link
Member

Front50 applications in many situations (especially when created via templates or pipeline as code automation) have a mix of Upper/Lower case names. Deck is always presenting the application names in lower-case so the end-user needs to query front50 directly to find out how the application name is actually stored.

This PR is making the pattern matching for the artifactStore enabling per application as case-insensitive to avoid a situation when the user expects the artifact-store to be enabled in an application and finds out it is stored in different case in front50.

@jasonmcintosh jasonmcintosh added the ready to merge Approved and ready for merge label Sep 26, 2024
@mergify mergify bot added the auto merged label Sep 26, 2024
@mergify mergify bot merged commit ec51820 into spinnaker:master Sep 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants