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 {
|
pub struct AccessControlRuleSpec {
|
||||||
domain: String,
|
domain: String,
|
||||||
policy: AccessPolicy,
|
policy: AccessPolicy,
|
||||||
|
subject: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Clone, Debug, Hash)]
|
#[derive(Serialize, Deserialize, Clone, Debug, Hash)]
|
||||||
|
|
|
@ -5,3 +5,4 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
domain: "test-2.domain"
|
domain: "test-2.domain"
|
||||||
policy: one_factor
|
policy: one_factor
|
||||||
|
subject: group:lldap_admin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user