Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
george-angel committed Aug 6, 2018
1 parent 3af359f commit 65d5040
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

Required environment variables:

| env var | example | desc |
| ------- | ------- | ---- |
| SKM_CLIENT_ID | xxx.apps.googleusercontent.com (Google oidc client id) | |
| SKM_CLIENT_SECRET | xxx | Google oidc client secret | |
| SKM_CALLBACK_URL | https://app/callback | Callback URI where user will be redirected after successful Google interaction |
| SKM_AWS_ACCESS_KEY_ID | AKIAXXXXXXXXXXXXXXXX | AWS access key |
| SKM_AWS_SECRET_ACCESS_KEY | xxxxxxxxxxxxxxxxxxxxx | AWS secret access key |
| SKM_AWS_BUCKET | bucket-name | AWS s3 bucket name |
| SKM_SA_KEY_LOC | /etc/skm/sa-key.json | Location on disk where Google service account key is (json format) |
| SKM_GROUPS | "group@gsuite-domain.com" | comma seperated list of groups that will be synced to s3 |
| env var | example | desc |
| ------- | ------- | ---- |
| SKM_CLIENT_ID | xxx.apps.googleusercontent.com | Google oidc client id |
| SKM_CLIENT_SECRET | xxxxxxxx | Google oidc client secret |
| SKM_CALLBACK_URL | https://app/callback | Callback URI where user will be redirected after successful Google interaction |
| SKM_AWS_ACCESS_KEY_ID | AKIAXXXXXXXXXXXXXXXX | AWS access key |
| SKM_AWS_SECRET_ACCESS_KEY | xxxxxxxxxxxxxxxxxxxxx | AWS secret access key |
| SKM_AWS_BUCKET | bucket-name | AWS s3 bucket name |
| SKM_SA_KEY_LOC | /etc/skm/sa-key.json | Location on disk where Google service account key is (json format) |
| SKM_GROUPS | "group@gsuite-domain.com" | comma seperated list of groups that will be synced to s3 |

### client

Expand Down

0 comments on commit 65d5040

Please sign in to comment.