Set display-sensitive directive for identity_provider client_secret.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-01-31 08:26:46 +00:00
parent 1fc69efffe
commit 0474753333

View File

@@ -2614,6 +2614,8 @@ pub struct IdentityProvider {
/// Secret key the provider generated for you along with the `client_id` /// Secret key the provider generated for you along with the `client_id`
/// above. Unlike the `client_id`, the `client_secret` can be changed here /// above. Unlike the `client_id`, the `client_secret` can be changed here
/// whenever the provider regenerates one for you. /// whenever the provider regenerates one for you.
///
/// display: sensitive
pub client_secret: Option<String>, pub client_secret: Option<String>,
/// Secret key to use that's read from the file path specified. /// Secret key to use that's read from the file path specified.