Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phosphor-v committed Nov 20, 2024
1 parent 18aa0fe commit 2af2464
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app-config.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ gitlab:
auth:
environment: production
providers:
guest: {}
guest:
userEntityRef: user:default/guest
dangerouslyAllowOutsideDevelopment: true
gitlab:
production:
clientId: ${AUTH_GITLAB_CLIENT_ID}
Expand Down
7 changes: 7 additions & 0 deletions app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,14 @@ integrations:
token: ${GITLAB_TOKEN}
baseUrl: https://${GITLAB_HOST}
apiBaseUrl: https://${GITLAB_HOST}/api/v4
grafana:
# Publicly accessible domain
domain: localhost

# Is unified alerting enabled in Grafana?
# See: https://grafana.com/blog/2021/06/14/the-new-unified-alerting-system-for-grafana-everything-you-need-to-know/
# Optional. Default: false
unifiedAlerting: false
proxy:

# Reference documentation http://backstage.io/docs/features/techdocs/configuration
Expand Down
2 changes: 1 addition & 1 deletion examples/org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
name: guests
spec:
type: team
children: []
children: [itsyndicate-platform]
---
apiVersion: backstage.io/v1alpha1
kind: Group
Expand Down

0 comments on commit 2af2464

Please sign in to comment.