mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-22 20:07:53 +00:00
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! feat(permissions): Addeding system user support for permission check v2
This commit is contained in:
@@ -20,10 +20,8 @@ type Config struct {
|
||||
WebAuthNName string
|
||||
}
|
||||
|
||||
var (
|
||||
//go:embed config/client.yaml
|
||||
clientYAML []byte
|
||||
)
|
||||
//go:embed config/client.yaml
|
||||
var clientYAML []byte
|
||||
|
||||
var (
|
||||
tmpDir string
|
||||
@@ -49,5 +47,6 @@ func init() {
|
||||
if err := loadedConfig.Log.SetLogger(); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
SystemToken = systemUserToken()
|
||||
SystemToken = createSystemUserToken()
|
||||
IAMSystemUserToken = createIAMSystemUserToken()
|
||||
}
|
||||
|
Reference in New Issue
Block a user