Skip to content

Commit

Permalink
chore: Update to operator-rs 0.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adwk67 committed Sep 30, 2024
1 parent 045faa8 commit 081df1c
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 11 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions Cargo.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ futures = { version = "0.3", features = ["compat"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
snafu = "0.8"
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.76.0" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.78.0" }
strum = { version = "0.26", features = ["derive"] }
tokio = { version = "1.40", features = ["full"] }
tracing = "0.1"
Expand Down
4 changes: 2 additions & 2 deletions crate-hashes.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions deploy/helm/commons-operator/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,18 @@ spec:
- oidc
- required:
- tls
- required:
- kerberos
properties:
kerberos:
description: The [Kerberos provider](https://docs.stackable.tech/home/nightly/concepts/authentication#_kerberos). The Kerberos AuthenticationClass is used when users should authenticate themselves via Kerberos.
properties:
kerberosSecretClass:
description: Mandatory SecretClass used to obtain keytabs.
type: string
required:
- kerberosSecretClass
type: object
ldap:
description: The [LDAP provider](https://docs.stackable.tech/home/nightly/concepts/authentication#_ldap). There is also the ["Authentication with LDAP" tutorial](https://docs.stackable.tech/home/nightly/tutorials/authentication_with_openldap) where you can learn to configure Superset and Trino with OpenLDAP.
properties:
Expand Down

0 comments on commit 081df1c

Please sign in to comment.