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

Rename AuthenticateSubject to ValidateCredential #6

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

jnschaeffer
Copy link
Contributor

AuthenticateSubject is sort of a clunky name for what the AuthenticateSubject RPC actually does, which is validating credentials. This PR renames it to ValidateCredential and updates the response with subject_id as a field returned directly instead of arbitrary claims (inspired by SPIFFE, which has similar APIs).

This is a breaking change.

AuthenticateSubject is sort of a clunky name for what this RPC
actually does, which is validating credentials. This commit renames it
to ValidateCredential and updates the response with subject_id as a
field returned directly instead of arbitrary claims (inspired by
SPIFFE, which has similar APIs).

This is a breaking change.

Signed-off-by: John Schaeffer <[email protected]>
@jnschaeffer jnschaeffer requested a review from a team as a code owner February 15, 2024 14:36
@jnschaeffer jnschaeffer merged commit afccba9 into metal-toolbox:main Feb 15, 2024
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.

2 participants