1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-07-14 15:28:28 +02:00
Commit graph

11 commits

Author SHA1 Message Date
wasaga
b372ab4bcc
ocsp: reload on ocsp response changes () 2021-06-11 15:58:01 -04:00
Caleb Doxsey
116805acb3
config: rename headers to set_response_headers ()
* config: rename headers to set_response_headers

* Update config/options.go

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
2021-04-14 11:22:21 -07:00
Caleb Doxsey
218acc001b
autocert: remove non-determinism ()
* autocert: remove non-determinism

* try sorting coverage
2021-02-23 08:56:11 -08:00
bobby
fcd8c3644f
options: header only applies to routes and authN ()
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-02-08 11:05:33 -08:00
wasaga
67f6030e1e
upstream endpoints load balancer weights () 2021-01-28 09:11:14 -05:00
Caleb Doxsey
c90eda5622
autocert: store certificates separately from config certificates () 2021-01-21 13:13:55 -07:00
Caleb Doxsey
a4c7381eba
config: support multiple destination addresses ()
* config: support multiple destination addresses

* use constructor for string slice

* add docs

* add test for multiple destinations

* fix name
2021-01-20 15:18:24 -07:00
Caleb Doxsey
a6bc9f492f
authorize: move impersonation into session/service account ()
* move impersonation into session/service account

* replace frontend statik

* fix data race

* move JWT filling to separate function, break up functions

* maybe fix data race

* fix code climate issue
2021-01-11 15:40:08 -07:00
bobby
f837c92741
dev: update linter ()
- gofumpt everything
- fix TLS MinVersion to be at least 1.2
- add octal syntax
- remove newlines
- fix potential decompression bomb in ecjson
- remove implicit memory aliasing in for loops.

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-12-30 09:02:57 -08:00
Caleb Doxsey
ac19c5041f
autocert: support certificate renewal () 2020-10-14 08:24:41 -06:00
Caleb Doxsey
3b6c617784
redirect-server: add config headers to responses () 2020-09-17 13:01:45 -06:00