mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-26 04:58:10 +02:00
See https://github.com/pomerium/pomerium/issues/2930. I think https://github.com/pomerium/pomerium/pull/3035 was incomplete. Co-authored-by: Alex <52292902+alexrudd2@users.noreply.github.com>
This commit is contained in:
parent
9a52ee0b29
commit
18336f6700
1 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@ services:
|
||||||
image: pomerium/pomerium:latest
|
image: pomerium/pomerium:latest
|
||||||
environment:
|
environment:
|
||||||
# Generate new secret keys. e.g. `head -c32 /dev/urandom | base64`
|
# Generate new secret keys. e.g. `head -c32 /dev/urandom | base64`
|
||||||
- COOKIE_SECRET=<reducted>
|
- COOKIE_SECRET=<redacted>
|
||||||
volumes:
|
volumes:
|
||||||
# Mount your domain's certificates : https://www.pomerium.com/docs/reference/certificates
|
# Mount your domain's certificates : https://www.pomerium.com/docs/reference/certificates
|
||||||
- ./_wildcard.localhost.pomerium.io-key.pem:/pomerium/privkey.pem:ro
|
- ./_wildcard.localhost.pomerium.io-key.pem:/pomerium/privkey.pem:ro
|
||||||
|
@ -40,7 +40,7 @@ services:
|
||||||
verify:
|
verify:
|
||||||
image: pomerium/verify
|
image: pomerium/verify
|
||||||
expose:
|
expose:
|
||||||
- 80
|
- 8000
|
||||||
|
|
||||||
identityprovider:
|
identityprovider:
|
||||||
image: qlik/simple-oidc-provider
|
image: qlik/simple-oidc-provider
|
||||||
|
@ -75,7 +75,7 @@ idp_client_id: foo
|
||||||
idp_client_secret: bar
|
idp_client_secret: bar
|
||||||
|
|
||||||
# Generate 256 bit random keys e.g. `head -c32 /dev/urandom | base64`
|
# Generate 256 bit random keys e.g. `head -c32 /dev/urandom | base64`
|
||||||
cookie_secret: <reducted>
|
cookie_secret: <redacted>
|
||||||
|
|
||||||
# https://pomerium.io/reference/#routes
|
# https://pomerium.io/reference/#routes
|
||||||
routes:
|
routes:
|
||||||
|
@ -154,7 +154,7 @@ $ : wait identityprovider up
|
||||||
$ docker-compose up -d
|
$ docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
Now accessing to `https://verify.localhost.pomerium.io` and you will be redireted to OIDC server for authentication.
|
Now upon accessing `https://verify.localhost.pomerium.io` you will be redirected to OIDC server for authentication.
|
||||||
|
|
||||||
[identity provider]: ../docs/identity-providers/readme.md
|
[identity provider]: ../docs/identity-providers/readme.md
|
||||||
[qlik/simple-oidc-provider]: https://hub.docker.com/r/qlik/simple-oidc-provider/
|
[qlik/simple-oidc-provider]: https://hub.docker.com/r/qlik/simple-oidc-provider/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue