mirror of https://github.com/k3s-io/k3s
add etcd s3 secret and access key flags and env vars to secret data
Signed-off-by: Brian Downs <brian.downs@gmail.com>pull/3180/head
parent
503d6813bb
commit
d9381b84ad
|
@ -102,11 +102,15 @@ func isSecret(key string) bool {
|
|||
version.ProgramUpper + "_DATASTORE_ENDPOINT",
|
||||
version.ProgramUpper + "_AGENT_TOKEN",
|
||||
version.ProgramUpper + "_CLUSTER_SECRET",
|
||||
"AWS_ACCESS_KEY_ID",
|
||||
"AWS_SECRET_ACCESS_KEY",
|
||||
"--token",
|
||||
"-t",
|
||||
"--agent-token",
|
||||
"--datastore-endpoint",
|
||||
"--cluster-secret",
|
||||
"--etcd-s3-access-key",
|
||||
"--etcd-s3-secret-key",
|
||||
}
|
||||
for _, secret := range secretData {
|
||||
if key == secret {
|
||||
|
|
Loading…
Reference in New Issue