File tree Expand file tree Collapse file tree
crates/stackable-operator
src/crd/authentication/oidc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ### Added
8+
9+ - Derive ` strum::AsRefStr ` for ` ClientAuthenticationMethod ` ([ #XXXX] ).
10+
11+ [ #XXXX ] : https://github.com/stackabletech/operator-rs/pull/XXXX
12+
713## [ 0.110.0] - 2026-04-10
814
915### Added
Original file line number Diff line number Diff line change @@ -109,8 +109,10 @@ pub mod versioned {
109109 PartialEq ,
110110 PartialOrd ,
111111 Serialize ,
112+ strum:: AsRefStr ,
112113 ) ]
113114 #[ serde( rename_all = "snake_case" ) ]
115+ #[ strum( serialize_all = "snake_case" ) ]
114116 pub enum ClientAuthenticationMethod {
115117 /// Authenticate using HTTP Basic authentication with client_id and client_secret.
116118 /// This is the default method according to the OIDC spec.
You can’t perform that action at this time.
0 commit comments