-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add Workload Identity as an auth mechanism #31
Conversation
Pull Request Test Coverage Report for Build 9203421910Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This objective isn't implemented:
The provider should accept audience parameter for token generation or to capture a particular token with correct audience from the provided service account token
internal/server/server.go
Outdated
&authenticationv1.TokenRequest{ | ||
Spec: authenticationv1.TokenRequestSpec{ | ||
ExpirationSeconds: &ttl, | ||
Audiences: []string{"oci", "api"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we may leave Audiences empty
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
62ddaa1
to
d9cd72a
Compare
Closing the pull request in favor of #32 |
No description provided.