Removed --bearer-rules from frostfs-authmate cmd due to changes in 1.3

This commit is contained in:
Yaroslava Lukoyanova 2023-06-23 09:15:01 +03:00
parent f2f3d3c8e3
commit e4ec0f1d34

View file

@ -196,7 +196,6 @@ def init_s3_credentials(
f"{FROSTFS_AUTHMATE_EXEC} --debug --with-log --timeout {CREDENTIALS_CREATE_TIMEOUT} "
f"issue-secret --wallet {wallet_path} --gate-public-key={gate_public_key} "
f"--peer {cluster.default_rpc_endpoint} --container-friendly-name {bucket} "
f"--bearer-rules {s3_bearer_rules_file}"
)
if policy:
cmd += f" --container-policy {policy}'"