backend-common: make secret required if authorization config block is provided
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
Vendored
+1
-1
@@ -27,7 +27,7 @@ export interface Config {
|
||||
* Format is base64 24-bit key
|
||||
* @visibility secret
|
||||
*/
|
||||
secret?: string;
|
||||
secret: string;
|
||||
};
|
||||
|
||||
baseUrl: string; // defined in core, but repeated here without doc
|
||||
|
||||
Reference in New Issue
Block a user