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

GCP Auth addon #8379

Closed
sharifelgamal opened this issue Jun 4, 2020 · 3 comments · Fixed by #8682
Closed

GCP Auth addon #8379

sharifelgamal opened this issue Jun 4, 2020 · 3 comments · Fixed by #8682
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone

Comments

@sharifelgamal
Copy link
Collaborator

sharifelgamal commented Jun 4, 2020

Figure out how to automatically plumb GCP credentials into minikube pods

For ease of use for anyone using GCP services in the k8s app in minikube.

@sharifelgamal sharifelgamal added kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Jun 4, 2020
@sharifelgamal sharifelgamal added this to the v1.12.0-candidate milestone Jun 4, 2020
@sharifelgamal sharifelgamal self-assigned this Jun 4, 2020
@sharifelgamal
Copy link
Collaborator Author

The way to currently do this manually is to generate a k8s secret and volume mount it into the pod, then set the GOOGLE_APPLICATION_CREDENTIALS environment variable. We could potentially automate some portion of that, but some of it will have to remain manual, so I'm still exploring other alternatives.

@sharifelgamal
Copy link
Collaborator Author

The best alternative will be to simulate a metadata server with an addon.

@sharifelgamal
Copy link
Collaborator Author

Another option is using a mutating webhook to automatically inject credentials into each pod if supplied.

@medyagh medyagh modified the milestones: v1.12.0, v1.13.0-candidate Jul 6, 2020
@medyagh medyagh changed the title Figure out how to automatically plumb GCP credentials into minikube pods GCP Auth addon Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants