diff options
Diffstat (limited to 'pkg/authz')
| -rw-r--r-- | pkg/authz/init.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/authz/init.go b/pkg/authz/init.go index 3ceb1412..e902e6d1 100644 --- a/pkg/authz/init.go +++ b/pkg/authz/init.go @@ -33,7 +33,7 @@ func init() { //TODO:: username is not ideal but it works for demo purposes username := r.Attributes.Request.Http.Headers["x-jwt-claim-username"] if x.IsZero(username) { - username = "public" + username = "*" } return &v1.SubjectReference{ |
