-
Notifications
You must be signed in to change notification settings - Fork 253
Open
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Description
Following #554
Issue:
Currently, gke-gcloud-auth-plugin create/use a cache at a fixed location in $HOME/.kube/gke_gcloud_auth_plugin_cache
This cause issue when several accesses using different account is needed, because gke-gcloud-auth-plugin always endup using this cache if present
It would really be nice to have an environment variable to change the location of this cache at least.
As example, when running inside a CI, the fixed path break the isolation per run.
The only workaround is to change HOME variable before executing the command, but this feel unsafe to do with potentially un-intended side effects.
Proposed solution:
Introduce a parameter or an environment variable to change the location of this cache
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Type
Projects
Status
Backlog