mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-02 19:04:14 +02:00
authenticate: support hot reloaded config (#984)
By implementinng OptionsUpdater interface. Fixes #982
This commit is contained in:
parent
eaa0c980d2
commit
17ba595ced
5 changed files with 41 additions and 9 deletions
|
@ -4,13 +4,14 @@
|
|||
|
||||
### New
|
||||
|
||||
- config: add remove_request_headers @cuonglm [GH-702]
|
||||
- config: add remove_request_headers @cuonglm [GH-822]
|
||||
- config: change default log level to INFO @cuonglm [GH-902]
|
||||
- config: add pass_identity_headers @cuonglm [GH-903]
|
||||
- authenticate: allow hot reloaded admin users config @cuonglm [GH-984]
|
||||
|
||||
### Changes
|
||||
|
||||
- proxy: do not set X-Pomerium-Jwt-Assertion/X-Pomerium-Claim-* headers by default [GH-903]
|
||||
- proxy: do not set X-Pomerium-Jwt-Assertion/X-Pomerium-Claim-* headers by default @cuonglm [GH-903]
|
||||
|
||||
## v0.9.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue