-
Notifications
You must be signed in to change notification settings - Fork 317
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
Make Certificate and Authority Permissions more Explicit. #315
Labels
Milestone
Comments
#262 Related. |
This was referenced Mar 23, 2021
This was referenced May 5, 2021
This was referenced May 30, 2021
This was referenced Sep 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently who has access to what is not readily conveyed/modified.
Steps to remedy:
Certificates should explicitly state which roles are allow to have access. Currently this "ownership" in inherited through the owner field. This field should be left alone for tracking, but should not inherently provide access.
Authorities should explicitly add the "ownership" role to the roles field. Instead of relying the the ownership field instead we should attempt to add that as a direct role on the authority, creating it if necessary.
The text was updated successfully, but these errors were encountered: