Authz: Setup access claims for service identity (#100986)
* Setup access claims for service identity and add them to identityes without any claims
This commit is contained in:
@@ -145,5 +145,7 @@ func ProvideRegistration(
|
||||
|
||||
nsSync := sync.ProvideNamespaceSync(cfg)
|
||||
authnSvc.RegisterPostAuthHook(nsSync.SyncNamespace, 150)
|
||||
authnSvc.RegisterPostAuthHook(sync.AccessClaimsHook, 160)
|
||||
|
||||
return Registration{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user