Skip to content

Commit

Permalink
fix: permission
Browse files Browse the repository at this point in the history
  • Loading branch information
FemiNoviaLina committed Jul 5, 2024
1 parent 9c4df98 commit 5c2b954
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/e2e_test/testbench/testdata/configs/rules/rule.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rules:
- backends:
- name: entropy
target: "http://localhost:56945"
target: "http://localhost:64610"
frontends:
- name: ping
path: "/api/ping"
Expand Down Expand Up @@ -214,6 +214,6 @@ rules:
type: json_payload
source: request
permissions:
- name: owner
- name: view
namespace: entropy/firehose
attribute: ${project}-${name}
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,6 @@ rules:
type: json_payload
source: request
permissions:
- name: owner
- name: view
namespace: entropy/firehose
attribute: ${project}-${name}

0 comments on commit 5c2b954

Please sign in to comment.