Added --disable-impersonate to frostfs-authmate cmd due to changes in 1.3 #42
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ def init_s3_credentials(
|
||||||
f"{FROSTFS_AUTHMATE_EXEC} --debug --with-log --timeout {CREDENTIALS_CREATE_TIMEOUT} "
|
f"{FROSTFS_AUTHMATE_EXEC} --debug --with-log --timeout {CREDENTIALS_CREATE_TIMEOUT} "
|
||||||
f"issue-secret --wallet {wallet_path} --gate-public-key={gate_public_key} "
|
f"issue-secret --wallet {wallet_path} --gate-public-key={gate_public_key} "
|
||||||
f"--peer {cluster.default_rpc_endpoint} --container-friendly-name {bucket} "
|
f"--peer {cluster.default_rpc_endpoint} --container-friendly-name {bucket} "
|
||||||
f"--bearer-rules {s3_bearer_rules_file}"
|
|
||||||
)
|
)
|
||||||
if policy:
|
if policy:
|
||||||
cmd += f" --container-policy {policy}'"
|
cmd += f" --container-policy {policy}'"
|
||||||
|
|
Loading…
Reference in a new issue