Compare commits
1 commit
developmen
...
remove-plu
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f8b92b5067 |
5 changed files with 26700 additions and 26703 deletions
|
@ -66,7 +66,6 @@ auth:
|
|||
session:
|
||||
secret: abcdfkjalskdfjkla
|
||||
providers:
|
||||
guest: {}
|
||||
keycloak-oidc:
|
||||
development:
|
||||
metadataUrl: https://cnoe.localtest.me:8443/keycloak/realms/cnoe/.well-known/openid-configuration
|
||||
|
@ -132,4 +131,4 @@ argocd:
|
|||
# replace with your argocd password e.g. kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d
|
||||
password: ${ARGOCD_ADMIN_PASSWORD}
|
||||
argoWorkflows:
|
||||
baseUrl: https://cnoe.localtest.me:8443/argo-workflows
|
||||
baseUrl: https://cnoe.localtest.me:8443/argo-workflows
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
"lint": "backstage-cli package lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage-community/plugin-github-actions": "^0.6.16",
|
||||
"@backstage-community/plugin-tech-radar": "^0.7.4",
|
||||
"@backstage/app-defaults": "^1.5.7",
|
||||
"@backstage/catalog-model": "^1.5.0",
|
||||
"@backstage/cli": "^0.26.10",
|
||||
|
@ -51,9 +53,7 @@
|
|||
"react-dom": "^18.0.2",
|
||||
"react-router": "^6.3.0",
|
||||
"react-router-dom": "^6.3.0",
|
||||
"react-use": "^17.2.4",
|
||||
"@backstage-community/plugin-github-actions": "^0.6.16",
|
||||
"@backstage-community/plugin-tech-radar": "^0.7.4"
|
||||
"react-use": "^17.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/test-utils": "^1.5.7",
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
"@backstage/integration": "^1.12.0",
|
||||
"@backstage/plugin-app-backend": "^0.3.70",
|
||||
"@backstage/plugin-auth-backend": "^0.22.8",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "^0.1.7",
|
||||
"@backstage/plugin-auth-backend-module-oidc-provider": "^0.2.2",
|
||||
"@backstage/plugin-auth-node": "^0.4.16",
|
||||
"@backstage/plugin-catalog-backend": "^1.23.2",
|
||||
|
|
|
@ -12,7 +12,6 @@ backend.add(import('@backstage/plugin-proxy-backend/alpha'));
|
|||
backend.add(import('@backstage/plugin-techdocs-backend/alpha'));
|
||||
// auth plugins
|
||||
backend.add(import('@backstage/plugin-auth-backend'));
|
||||
backend.add(import('@backstage/plugin-auth-backend-module-guest-provider'));
|
||||
// scaffolder plugins
|
||||
backend.add(import('@backstage/plugin-scaffolder-backend/alpha'));
|
||||
backend.add(
|
||||
|
|
Loading…
Reference in a new issue