You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Accurate does not impose any naming policy on SubNamespaces.
This means that tenant users can name their sub-namespaces freely, which would cause chaos.
So, implement a naming policy and impose it with a validating webhook for SubNamespace.
How
This is just a thought. Add the following field to the configuration file.
root and match are both regular expressions.
When a SubNamespace is created in a tree starting from a root namespace and the root namespace's name matches root expression, the SubNamespace name is validated with match expression.
Checklist
Finish implementation of the issue
Test all functions
Have enough logs to trace activities
Notify developers of necessary actions
The text was updated successfully, but these errors were encountered:
What
Currently, Accurate does not impose any naming policy on SubNamespaces.
This means that tenant users can name their sub-namespaces freely, which would cause chaos.
So, implement a naming policy and impose it with a validating webhook for SubNamespace.
How
This is just a thought. Add the following field to the configuration file.
root
andmatch
are both regular expressions.When a SubNamespace is created in a tree starting from a root namespace and the root namespace's name matches
root
expression, the SubNamespace name is validated withmatch
expression.Checklist
The text was updated successfully, but these errors were encountered: