Skip to content

Commit 4137dfc

Browse files
committed
SRAM need PUSH scope
1 parent 280bd88 commit 4137dfc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

environments/template/group_vars/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ manage:
349349
- {
350350
name: "sram",
351351
password: "{{ manage_sram_secret }}",
352-
scopes: ["READ", "WRITE_SP", "DELETE_SP"]
352+
scopes: ["READ", "WRITE_SP", "DELETE_SP", "PUSH"]
353353
}
354354
- {
355355
name: "attribute-aggregation",

environments/vm/group_vars/vm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ manage:
360360
- {
361361
name: "sram",
362362
password: "{{ manage_sram_secret }}",
363-
scopes: ["READ", "WRITE_SP", "DELETE_SP"]
363+
scopes: ["READ", "WRITE_SP", "DELETE_SP", "PUSH"]
364364
}
365365
- {
366366
name: "sysadmin",

0 commit comments

Comments
 (0)