simulacrum
simulacrum copied to clipboard
Create Backstage Simulacrum Demo
Motivation
We have several conversations that will require a demo of Simulacrum. Backstage is a very good candidate for demoing Simulacrum because Backstage is an integration platform that connects to many external services. Creating a hermetic development environment for Backstage will make it easier for portal developers to build and maintain their Backstage dev portals.
Approach
This demo will require a bunch of changes.
- [x] Create a new Backstage instance in examples directory - @wKich
- [x] Configure app-config.yaml to include configurations for auth0 simulator - @wKich
- [x] Configure frontend to use auth0 authentication provider - @wKich
- [x] Add cypress test with auth0 simulation - @wKich
- [ ] Add graphgen to Simulacrum data store - @cowboyd
- [ ] Add LDAP simulator plugin - @dagda1
- [ ] Configure Backstage LDAP processor to use LDAP simulator - @dagda1 @wKich
- [ ] Configure Backstage to display users that were injected from LDAP - @wKich
- [ ] ~Add GraphQL API simulator plugin~