Set display-sensitive directive for identity_provider client_secret.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user