add a hidden role for service accounts
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -65,9 +65,9 @@ func DefaultConfig() *config.Config {
|
||||
TTL: time.Minute * 10,
|
||||
},
|
||||
},
|
||||
BundlesPath: "",
|
||||
Bundles: nil,
|
||||
ServiceAccountIDAdmin: "service-user-id",
|
||||
BundlesPath: "",
|
||||
Bundles: nil,
|
||||
ServiceAccountIDs: []string{"service-user-id"},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user