Skip to content

Commit

Permalink
Remove extra blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
SloaneTribble committed Jun 20, 2024
1 parent ec541e5 commit a8d84da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/9-platform-engineering/9.1-backstage.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ a GitHub org to play around with. Each person going through the bootcamp will ne
directory: 'abs/path/to/this-file/data/backstage.sqlite'
```



### Exercise 3: Configure Authentication via GitHub

Currently your Backstage instance is not authenticating the user. You are an anonymous guest. Given that an IDP will have access to all the engineering resources in an organization and have access to self-service resources we need to add authentication. Backstage's authentication system serves a couple of purposes. First it is there for sign-in functionality and to authenticate the user. Additionally it can be used to grant access to third-party resources. Typically you will use one authentication provider for sign-in functionality and other authentication providers will be used to grant access to third-party resources.
Expand Down

0 comments on commit a8d84da

Please sign in to comment.