test updates etc

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-04-15 16:39:50 +02:00
parent 0322185d06
commit edf54fdca5
8 changed files with 75 additions and 52 deletions
+4 -2
View File
@@ -37,8 +37,6 @@ export interface Config {
* Configures methods of external access, ie ways for callers outside of
* the Backstage ecosystem to get authorized for access to APIs that do
* not permit unauthorized access.
*
* @deepVisibility secret
*/
externalAccess: Array<
| {
@@ -79,6 +77,8 @@ export interface Config {
* ```sh
* node -p 'require("crypto").randomBytes(24).toString("base64")'
* ```
*
* @visibility secret
*/
secret: string;
@@ -119,6 +119,8 @@ export interface Config {
* adding a `freben-local-dev-` prefix for debugging purposes to a
* token that you know will be handed out for use as a personal
* access token during development.
*
* @visibility secret
*/
token: string;