Ability for Users to configure auth token expiration [19341]
Signed-off-by: Andy Muldoon <andy.muldoon@ericsson.com>
This commit is contained in:
committed by
Lavanya Sainik
parent
b8e9eb3f73
commit
8e8a25dba5
Vendored
+6
@@ -14,6 +14,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { HumanDuration } from '@backstage/types';
|
||||
|
||||
export interface Config {
|
||||
/** Configuration options for the auth plugin */
|
||||
auth?: {
|
||||
@@ -212,6 +214,10 @@ export interface Config {
|
||||
cfaccess?: {
|
||||
teamName: string;
|
||||
};
|
||||
/**
|
||||
* The backstage token expiration.
|
||||
*/
|
||||
backstageTokenExpiration?: HumanDuration;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user