mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-04 03:42:49 +02:00
docs: document service account requirements (#999)
This commit is contained in:
parent
917d8ec61b
commit
c049d87362
6 changed files with 59 additions and 41 deletions
|
@ -3,6 +3,9 @@ authenticate:
|
|||
provider: "google"
|
||||
clientID: YOUR_CLIENT_ID
|
||||
clientSecret: YOUR_SECRET
|
||||
# Required for group data
|
||||
# https://www.pomerium.com/configuration/#identity-provider-service-account
|
||||
serviceAccount: YOUR_SERVICE_ACCOUNT
|
||||
service:
|
||||
annotations:
|
||||
cloud.google.com/app-protocols: '{"https":"HTTPS"}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue