We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently it's possible to create two policies with the same name.
When that's done they will have different ids; so they will be distinct policies, but their name will be the same.
That's rather confusing for the end user and could even result in misconfigurations.
It's better to make the policy name unique (both in code, and also a unique constraint in sqlite too)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently it's possible to create two policies with the same name.
When that's done they will have different ids; so they will be distinct policies, but their name will be the same.
That's rather confusing for the end user and could even result in misconfigurations.
It's better to make the policy name unique (both in code, and also a unique constraint in sqlite too)
The text was updated successfully, but these errors were encountered: