mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-25 22:18:23 +02:00
move directory providers (#3633)
* remove directory providers and support for groups * idp: remove directory providers * better error messages * fix errors * restore postgres * fix test
This commit is contained in:
parent
bb5c80bae9
commit
c178819875
78 changed files with 723 additions and 8703 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash
|
||||
# Main configuration flags : https://www.pomerium.com/docs/reference/
|
||||
|
||||
|
||||
# Main configuration flags
|
||||
# export ADDRESS=":8443" # optional, default is 443
|
||||
# export POMERIUM_DEBUG=true # optional, default is false
|
||||
|
@ -37,7 +36,6 @@ export COOKIE_SECRET="$(head -c32 /dev/urandom | base64)"
|
|||
# export IDP_CLIENT_ID="REPLACEME" # from the application the users login to
|
||||
# export IDP_CLIENT_SECRET="REPLACEME" # from the application the users login to
|
||||
# the following is optional and only needed if you want role (Auth0 calls groups roles) data
|
||||
# export IDP_SERVICE_ACCOUNT="REPLACEME" # built from the machine-to-machine application which talks to the Auth0 Management API
|
||||
|
||||
# Azure
|
||||
# export IDP_PROVIDER="azure"
|
||||
|
@ -64,8 +62,3 @@ export IDP_PROVIDER="google"
|
|||
# directly as a base64 encoded yaml/json file, or as the policy key in the configuration
|
||||
# file
|
||||
export POLICY="$(base64 ./docs/configuration/examples/config/policy.example.yaml)"
|
||||
|
||||
# For Group data you must set an IDP_SERVICE_ACCOUNT
|
||||
# https://www.pomerium.com/configuration/#identity-provider-service-account
|
||||
# export IDP_SERVICE_ACCOUNT=$( echo YOUR_SERVICE_ACCOUNT | base64)
|
||||
# For Google manually edit the service account to add the impersonate_user field before base64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue