Introduced config schema for plugins/auth-backend

This commit is contained in:
keshan
2020-12-12 11:13:02 +05:30
parent ae9ed59706
commit 7b15cc271e
3 changed files with 77 additions and 21 deletions
+1 -21
View File
@@ -83,25 +83,5 @@
"dist",
"migrations"
],
"configSchema": {
"$schema": "https://backstage.io/schema/config-v1",
"title": "@backstage/auth-backend",
"type": "object",
"properties": {
"auth": {
"type": "object",
"properties": {
"session": {
"type": "object",
"properties": {
"secret": {
"type": "string",
"visibility": "secret"
}
}
}
}
}
}
}
"configSchema": "config.d.ts"
}