-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Problem: A service in Kubernetes uses a secret containing a private key associated with a GitHub account. The service uses this private key to clone private repositories and push changes. When someone accidentally removes the GitHub account from the organization, the service starts failing.
Solution: Create a new key pair, update the private key in the Kubernetes secret, and associate the public key with an existing GitHub account that has appropriate repository access.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels