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
name: unused
description: Check for unused crates
entry: cargo +nightly udeps
entry: cargo udeps
args: ["--workspace"]
language: system
types: [file]

View File

@ -35,7 +35,6 @@ enum AccessPolicy {
pub struct AccessControlRuleSpec {
domain: String,
policy: AccessPolicy,
subject: Option<String>,
}
#[derive(Serialize, Deserialize, Clone, Debug, Hash)]

View File

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