centraldogma
centraldogma copied to clipboard
Support OAuth Token for Kubernetes Authentication via Credential Service
Motivation: The current approach stores the Kubernetes oauthToken in the Kubernetes configuration, which is not ideal for sensitive information. To improve security, we need a way to specify and manage the oauthToken through the credential service, allowing it to be securely retrieved and used by the Kubernetes service.
Modifications:
- Added functionality to use the
oauthToken
for Kubernetes authentication via the credential service if the token is specified withcredential:
.
Result:
- Kubernetes OAuth tokens can now be securely managed and retrieved through the credential service.