Added changelog and docs
This commit is contained in:
parent
60b879f409
commit
2d07c08811
@ -9,6 +9,7 @@
|
||||
## Changes since v7.6.0
|
||||
|
||||
- [#2539](https://github.com/oauth2-proxy/oauth2-proxy/pull/2539) pkg/http: Fix leaky test (@isodude)
|
||||
- [#4917](https://github.com/oauth2-proxy/oauth2-proxy/pull/4917) Upgraded all modules to the latest version (@pierluigilenoci)
|
||||
|
||||
# V7.6.0
|
||||
|
||||
|
@ -137,6 +137,7 @@ You must remove these options before starting OAuth2 Proxy with `--alpha-config`
|
||||
:::
|
||||
|
||||
## Configuration Reference
|
||||
|
||||
<!--- THIS FILE IS AUTOGENERATED!!! DO NOT EDIT!!! -->
|
||||
|
||||
### ADFSOptions
|
||||
@ -213,7 +214,6 @@ A duration string is a is a possibly signed sequence of decimal numbers,
|
||||
each with optional fraction and a unit suffix, such as "300ms", "-1.5h" or "2h45m".
|
||||
Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
|
||||
|
||||
|
||||
### GitHubOptions
|
||||
|
||||
(**Appears on:** [Provider](#provider))
|
||||
@ -452,7 +452,6 @@ Valid options are: adfs, azure, bitbucket, digitalocean facebook, github,
|
||||
gitlab, google, keycloak, keycloak-oidc, linkedin, login.gov, nextcloud
|
||||
and oidc.
|
||||
|
||||
|
||||
### Providers
|
||||
|
||||
#### ([[]Provider](#provider) alias)
|
||||
@ -461,7 +460,6 @@ and oidc.
|
||||
|
||||
Providers is a collection of definitions for providers.
|
||||
|
||||
|
||||
### SecretSource
|
||||
|
||||
(**Appears on:** [ClaimSource](#claimsource), [HeaderValue](#headervalue), [TLS](#tls))
|
||||
|
Loading…
Reference in New Issue
Block a user