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

Disable special characters in tenant ID #349

Merged
merged 7 commits into from
Feb 29, 2024

Conversation

byewokko
Copy link
Collaborator

  • Characters -_. are no longer allowed in tenant ID.
  • Only lowercase letters a-z and numbers 0-9 are allowed.
  • To allow additional characters, use the following config option:
[seacatauth:tenant]
additional_allowed_id_characters=

@byewokko byewokko added enhancement New feature or request breaking change This will introduce a breaking change labels Feb 21, 2024
@byewokko byewokko self-assigned this Feb 21, 2024
@byewokko byewokko requested a review from ateska February 21, 2024 16:16
@byewokko byewokko merged commit 903bd83 into main Feb 29, 2024
4 checks passed
@byewokko byewokko deleted the feature/disable-special-chars-in-tenant-id branch February 29, 2024 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change This will introduce a breaking change enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants