Skip to content

Commit

Permalink
sync: pass more environment variables to the cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijian-pro committed Dec 23, 2024
1 parent 4105d1e commit fe61c60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/sync/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ func envList() []string {
"HADOOP_HOME",
"KRB5_CONFIG",
"KRB5CCNAME",
"KRB5KEYTAB",
"KRB5KEYTAB_BASE64",
"KRB5PRINCIPAL",

"AWS_REGION",
"AWS_DEFAULT_REGION",
Expand All @@ -120,6 +123,9 @@ func envList() []string {
"ALICLOUD_ACCESS_KEY_SECRET",
"SECURITY_TOKEN",

"CEPH_ADMIN_SOCKET",
"CEPH_LOG_FILE",

"QINIU_DOMAIN",

"SCW_ACCESS_KEY",
Expand Down

0 comments on commit fe61c60

Please sign in to comment.