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

Remove validation on config store and dictionary names #248

Merged
merged 1 commit into from
Apr 13, 2023

Conversation

JakeChampion
Copy link
Contributor

The validation rules for names of Config Stores and Dictionaries are different. Config Stores have very relaxed rules, the name can contain any character, even just whitespace characters.

This patch removes the validation rules for names, this does mean an invalid Dictionary name could be used locally, but the customer will see the issue when they deploy to Fastly Compute

The validation rules for names of Config Stores and Dictionaries are different. Config Stores have very relaxed rules, the name can contain any character, even just whitespace characters.

This patch removes the validation rules for names, this does mean an invalid Dictionary name could be used locally, but the customer will see the issue when they deploy to Fastly Compute
@JakeChampion JakeChampion force-pushed the jake/config-stores-names branch from 17072ef to c161b68 Compare April 13, 2023 12:27
@JakeChampion JakeChampion marked this pull request as ready for review April 13, 2023 13:10
@JakeChampion JakeChampion merged commit aaf6f47 into main Apr 13, 2023
@JakeChampion JakeChampion deleted the jake/config-stores-names branch April 13, 2023 13:45
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 this pull request may close these issues.

2 participants