diff --git a/bearer_rules.json b/bearer_rules.json deleted file mode 100644 index 8e9197a8..00000000 --- a/bearer_rules.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "records": [ - { - "operation": "PUT", - "action": "ALLOW", - "filters": [], - "targets": [ - { - "role": "OTHERS", - "keys": [] - } - ] - }, - { - "operation": "GET", - "action": "ALLOW", - "filters": [], - "targets": [ - { - "role": "OTHERS", - "keys": [] - } - ] - }, - { - "operation": "DELETE", - "action": "ALLOW", - "filters": [], - "targets": [ - { - "role": "OTHERS", - "keys": [] - } - ] - }, - { - "operation": "SEARCH", - "action": "ALLOW", - "filters": [], - "targets": [ - { - "role": "OTHERS", - "keys": [] - } - ] - }, - { - "operation": "GETRANGE", - "action": "ALLOW", - "filters": [], - "targets": [ - { - "role": "OTHERS", - "keys": [] - } - ] - }, - { - "operation": "GETRANGEHASH", - "action": "ALLOW", - "filters": [], - "targets": [ - { - "role": "OTHERS", - "keys": [] - } - ] - }, - { - "operation": "HEAD", - "action": "ALLOW", - "filters": [], - "targets": [ - { - "role": "OTHERS", - "keys": [] - } - ] - } - ] - } diff --git a/conftest.py b/conftest.py index ec7c2024..0d4262b0 100644 --- a/conftest.py +++ b/conftest.py @@ -68,7 +68,7 @@ def init_s3_credentials( f"{neofs_env.neofs_s3_authmate_path} --debug --with-log --timeout 1m " f"issue-secret --wallet {wallet.path} --gate-public-key={gate_public_key} " f"--peer {neofs_env.storage_nodes[0].endpoint} " - f"--bearer-rules {os.getcwd()}/bearer_rules.json --container-placement-policy 'REP 1' " + f"--container-placement-policy 'REP 1' " f"--container-policy {os.getcwd()}/container_policy.json" ) diff --git a/neofs-testcases b/neofs-testcases index dc00e1c5..c6bb2032 160000 --- a/neofs-testcases +++ b/neofs-testcases @@ -1 +1 @@ -Subproject commit dc00e1c5fbe5d53e699a215e8596ab2293c9c6db +Subproject commit c6bb20326b01e7e91904a2c965a2fc74e0bd2d8d