Skip to content

Commit

Permalink
backport of commit 4ca2e4b
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodingenthusiast committed Jun 27, 2023
1 parent acb8d05 commit 4170567
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions agent/structs/config_entry_jwt_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,12 @@ func TestJWTProviderConfigEntry_ACLs(t *testing.T) {
canRead: true,
canWrite: false,
},
{
name: "jwt-provider: any service prefix write",
authorizer: newTestAuthz(t, `service_prefix "" { policy = "write" }`),
canRead: true,
canWrite: false,
},
{
name: "jwt-provider: mesh read",
authorizer: newTestAuthz(t, `mesh = "read"`),
Expand Down

0 comments on commit 4170567

Please sign in to comment.