add fields to config type for aws-alb provider
This commit is contained in:
Vendored
+4
@@ -72,6 +72,10 @@ export interface Config {
|
||||
onelogin?: {
|
||||
development: { [key: string]: string };
|
||||
};
|
||||
awsalb?: {
|
||||
issuer?: string;
|
||||
region: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user