mistakenly changed secret marker
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-microsoft-provider': patch
|
||||
---
|
||||
|
||||
Correctly mark the client secret in configuration as secret
|
||||
@@ -21,10 +21,10 @@ export interface Config {
|
||||
microsoft?: {
|
||||
[authEnv: string]: {
|
||||
clientId: string;
|
||||
tenantId: string;
|
||||
/**
|
||||
* @visibility secret
|
||||
*/
|
||||
tenantId: string;
|
||||
clientSecret: string;
|
||||
callbackUrl?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user