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

Fix issue with trust bundle read ACL check. #16630

Merged
merged 1 commit into from
Mar 14, 2023

Commits on Mar 14, 2023

  1. Fix issue with trust bundle read ACL check.

    This commit fixes an issue where trust bundles could not be read
    by services in a non-default namespace, unless they had excessive
    ACL permissions given to them.
    
    Prior to this change, `service:write` was required in the default
    namespace in order to read the trust bundle. Now, `service:write`
    to a service in any namespace is sufficient.
    hashi-derek committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    78bb205 View commit details
    Browse the repository at this point in the history