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

Support Terraform in the assume-privileges command #86

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lhchavez
Copy link

This change adds two environment variables to the shell in
assume-privileges so that Terraform can take advantage of this tool:

  • KUBE_CONFIG_PATH, which Terraform recognizes as a way to override
    the kubectl config path.
  • GOOGLE_OAUTH_ACCESS_TOKEN, which Terraform recognizes as a way to
    override the access token to assume the identity of another user.

Fixes: #85

This change adds two environment variables to the shell in
`assume-privileges` so that Terraform can take advantage of this tool:

* `KUBE_CONFIG_PATH`, which Terraform recognizes as a way to override
  the kubectl config path.
* `GOOGLE_OAUTH_ACCESS_TOKEN`, which Terraform recognizes as a way to
  override the access token to assume the identity of another user.

Fixes: rigup#85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Support Terraform
1 participant