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

API Refactor: Any and Local authorizers #1593

Merged
merged 1 commit into from
May 29, 2020

Conversation

azdagron
Copy link
Member

The any authorizer allows any caller. It is used for methods that don't have any authorization
requirements since the authorization middleware requires all methods to be registered.

The local authorizer authorizes local clients, i.e., those connecting over the unix domain socket.

The any authorizer allows any caller. It is used for methods that don't
have any authorization requirements since the authorization middleware
requires all methods to be registered.

The local authorizer authorizes local clients, i.e., those connecting
over the unix domain socket.

Signed-off-by: Andrew Harding <andrew.harding@hpe.com>
Copy link
Member

@amartinezfayo amartinezfayo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@azdagron
Copy link
Member Author

Travis CI passed but notifications seem broken. Merging anyway.

@azdagron azdagron merged commit 92057a6 into spiffe:master May 29, 2020
@azdagron azdagron deleted the any-and-local-authorizers branch May 29, 2020 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants