Compare commits

..

2 Commits

Author SHA1 Message Date
15f7f016a8
Setup build
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m19s
2025-04-18 03:03:48 +02:00
1468f56473
Set rust toolchain 2025-04-18 02:29:22 +02:00
3 changed files with 1 additions and 3 deletions

View File

@ -54,7 +54,7 @@ repos:
- id: udeps - id: udeps
name: unused name: unused
description: Check for unused crates description: Check for unused crates
entry: cargo +nightly udeps entry: cargo udeps
args: ["--workspace"] args: ["--workspace"]
language: system language: system
types: [file] types: [file]

View File

@ -35,7 +35,6 @@ 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)]

View File

@ -5,4 +5,3 @@ metadata:
spec: spec:
domain: "test-2.domain" domain: "test-2.domain"
policy: one_factor policy: one_factor
subject: group:lldap_admin