-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
Use case: We are making a command line tool which will authenticate with google and configure the kubernetes access.
We thought of using the code here but:
- We do not want to create client id and secret for every developer.
- Also, we cannot hard code client id and secret in the binary as this client id and secret can be used to impersonate the application.
Please suggest.
More information -
- Is it safe to share the OAuth/OIDC client-secret? kubernetes/kubernetes#37822
- https://stackoverflow.com/questions/55836757/can-google-client-id-and-client-secret-credential-be-exploited-by-a-non-org-memb
- https://stackoverflow.com/questions/55829927/use-google-as-the-oidc-provider-without-leaking-client-secret
Metadata
Metadata
Assignees
Labels
No labels