@@ -85,7 +85,7 @@ Google Cloud Platform. BeSec depends on GCP's Cloud Firestore and Firebase
8585Auth; if you would like to support alternative databases or authentication
8686systems, PRs are welcome.
8787
88- See the [ CONTRIBUTING.md] ( ./CONTRIBUTING.md ) file for instructions on running
88+ See the [ CONTRIBUTING.md] ( ./docs/ CONTRIBUTING.md ) file for instructions on running
8989the server locally.
9090
9191### Configure
@@ -95,7 +95,7 @@ Config options can be set using any of:
9595- commandline flags (run ` besec help ` for a comprehensive listing of all options)
9696- the [ ` config.yaml ` ] ( ./config.yaml ) file. Keys have the same name as the commandline flags.
9797- environment variables, names are the same as the commandline flags, in upper case,
98- prefixed with ` BESEC_ ` , and with dashes replaced with underscores. e.g. BESEC_GCP_PROJECT
98+ prefixed with ` BESEC_ ` , and with dashes replaced with underscores. e.g. ` BESEC_GCP_PROJECT `
9999
100100## Manage
101101
@@ -128,9 +128,9 @@ user tries to log in but is not authorized. To authorize a user:
128128
129129```
130130$ besec users list
131- UID Email Display name Provider Status
132- 0C3usgiCJWaxikvduaSdzGRUCLt1 joe.bloggs@example.com 'Joe Bloggs' saml.my-provider
133- 88Jkby6RamVqz4JGHfF19vK0Lzs1 jane.doe@example.com 'Jane Doe' google.com [manually authorized]
131+ UID Email Display name Provider Status
132+ 0C3usgiCJWaxikvduaSdzGRUCLt1 joe.bloggs@example.com 'Joe Bloggs' saml.my-provider
133+ 88Jkby6RamVqz4JGHfF19vK0Lzs1 jane.doe@example.com 'Jane Doe' google.com [manually authorized]
134134...
135135
136136$ besec users authorize 0C3usgiCJWaxikvduaSdzGRUCLt1
0 commit comments