config: Validate that shared_key does not contain whitespace

This commit is contained in:
Travis Groth 2019-12-20 06:20:39 -05:00 committed by GitHub
parent a29ae6428f
commit 1dfcd396fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View file

@ -9,6 +9,7 @@
- Added yaml tags to all options struct fields
- [GH-394](https://github.com/pomerium/pomerium/pull/394)
- [GH-397](https://github.com/pomerium/pomerium/pull/397)
- Improved config validation for `shared_secret` [GH-427](https://github.com/pomerium/pomerium/pull/427)
### Fixed