Added subject
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 6m46s
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 6m46s
This commit is contained in:
parent
922291dd02
commit
9ef64b56ed
|
@ -35,6 +35,7 @@ enum AccessPolicy {
|
|||
pub struct AccessControlRuleSpec {
|
||||
domain: String,
|
||||
policy: AccessPolicy,
|
||||
subject: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Clone, Debug, Hash)]
|
||||
|
|
|
@ -5,3 +5,4 @@ metadata:
|
|||
spec:
|
||||
domain: "test-2.domain"
|
||||
policy: one_factor
|
||||
subject: group:lldap_admin
|
||||
|
|
Loading…
Reference in New Issue
Block a user