You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@f1f1a9e
Reference-to: stackabletech/operator-templating@f1f1a9e (Bump Rust to 1.85.0)
* fix: rustfmt lint
* ci: use nightly toolchain for cargo udeps
* ci: use nightly toolchain for cargo udeps
* Revert "ci: use nightly toolchain for cargo udeps"
This reverts commit 7102f3f.
* Revert "ci: use nightly toolchain for cargo udeps"
This reverts commit bf3d30a.
---------
Co-authored-by: Nick Larsen <[email protected]>
#[snafu(display("The Trino Operator does not support the AuthenticationClass provider [{authentication_class_provider}] from AuthenticationClass [{authentication_class}]."))]
47
+
#[snafu(display(
48
+
"The Trino Operator does not support the AuthenticationClass provider [{authentication_class_provider}] from AuthenticationClass [{authentication_class}]."
#[snafu(display("OIDC authentication details not specified. The AuthenticationClass {auth_class_name:?} uses an OIDC provider, you need to specify OIDC authentication details (such as client credentials) as well"))]
66
+
#[snafu(display(
67
+
"OIDC authentication details not specified. The AuthenticationClass {auth_class_name:?} uses an OIDC provider, you need to specify OIDC authentication details (such as client credentials) as well"
0 commit comments