Skip to content

Commit

Permalink
fix(config): enable guest provider by default (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
batzionb committed May 28, 2024
1 parent 8b935dc commit 28ac848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ techdocs:

auth:
# see https://backstage.io/docs/auth/ to learn about auth providers
providers: {}
providers: { guest: {} }

scaffolder:
{}
Expand Down

0 comments on commit 28ac848

Please sign in to comment.