mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +02:00
docs: update changelog, documentaiton, and helm configurations. (#63)
- Update changelog. - Update docs to cover authorization support. - Updates helm to support authorization, and policy file.
This commit is contained in:
parent
eb9dff0c48
commit
45e6a8dc57
41 changed files with 901 additions and 254 deletions
|
@ -42,7 +42,7 @@ var defaultOptions = &Options{
|
|||
Services: "all",
|
||||
}
|
||||
|
||||
// optionsFromEnvConfig builds the IdentityProvider service's configuration
|
||||
// optionsFromEnvConfig builds the main binary's configuration
|
||||
// options from provided environmental variables
|
||||
func optionsFromEnvConfig() (*Options, error) {
|
||||
o := defaultOptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue