-
Notifications
You must be signed in to change notification settings - Fork 9
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
just: add get-credentials-tdxbm #750
Conversation
cc @burgerdev |
gcloud secrets versions access \ | ||
projects/796962942582/secrets/m50-ganondorf-kubeconf/versions/2 \ | ||
--out-file="$tmpConfig" |
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.
Do we really need this in the justfile
? It sounds like it should be part of Github Actions or something.
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.
It enables devs to quickly setup the needed creds, without setting up ssh keys and searching for kube config in other users home directory. Only requirement is to be in the tailnet (should add a command with this requirement).
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.
On the other hand, this is only useful to a particular group of devs - those who have access to this gcp secret. I simply wonder how much org-specific things we should put into OSS, but feel free to go ahead with it.
4c47561
to
8d4a14e
Compare
8d4a14e
to
b4c8e64
Compare
Signed-off-by: Paul Meyer <[email protected]>
b4c8e64
to
b98752d
Compare
No description provided.