Added changelog and docs
This commit is contained in:
parent
60b879f409
commit
2d07c08811
@ -9,6 +9,7 @@
|
|||||||
## Changes since v7.6.0
|
## Changes since v7.6.0
|
||||||
|
|
||||||
- [#2539](https://github.com/oauth2-proxy/oauth2-proxy/pull/2539) pkg/http: Fix leaky test (@isodude)
|
- [#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
|
# V7.6.0
|
||||||
|
|
||||||
|
@ -137,6 +137,7 @@ You must remove these options before starting OAuth2 Proxy with `--alpha-config`
|
|||||||
:::
|
:::
|
||||||
|
|
||||||
## Configuration Reference
|
## Configuration Reference
|
||||||
|
|
||||||
<!--- THIS FILE IS AUTOGENERATED!!! DO NOT EDIT!!! -->
|
<!--- THIS FILE IS AUTOGENERATED!!! DO NOT EDIT!!! -->
|
||||||
|
|
||||||
### ADFSOptions
|
### 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".
|
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".
|
Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
|
||||||
|
|
||||||
|
|
||||||
### GitHubOptions
|
### GitHubOptions
|
||||||
|
|
||||||
(**Appears on:** [Provider](#provider))
|
(**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
|
gitlab, google, keycloak, keycloak-oidc, linkedin, login.gov, nextcloud
|
||||||
and oidc.
|
and oidc.
|
||||||
|
|
||||||
|
|
||||||
### Providers
|
### Providers
|
||||||
|
|
||||||
#### ([[]Provider](#provider) alias)
|
#### ([[]Provider](#provider) alias)
|
||||||
@ -461,7 +460,6 @@ and oidc.
|
|||||||
|
|
||||||
Providers is a collection of definitions for providers.
|
Providers is a collection of definitions for providers.
|
||||||
|
|
||||||
|
|
||||||
### SecretSource
|
### SecretSource
|
||||||
|
|
||||||
(**Appears on:** [ClaimSource](#claimsource), [HeaderValue](#headervalue), [TLS](#tls))
|
(**Appears on:** [ClaimSource](#claimsource), [HeaderValue](#headervalue), [TLS](#tls))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user