fixes
This commit is contained in:
parent
ea6d62939b
commit
f7f52a577e
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
## Changes since v7.12.0
|
||||
|
||||
- [#3029](https://github.com/oauth2-proxy/oauth2-proxy/pull/3029) feat: IAM auth for AWS redis (@willwill96)
|
||||
|
||||
# V7.12.0
|
||||
|
||||
## Release Highlights
|
||||
|
|
@ -26,7 +28,6 @@
|
|||
|
||||
- [#2273](https://github.com/oauth2-proxy/oauth2-proxy/pull/2273) feat: add Cidaas provider (@Bibob7, @Teko012)
|
||||
- [#3166](https://github.com/oauth2-proxy/oauth2-proxy/pull/3166) chore(dep): upgrade to latest golang 1.24.6 (@tuunit)
|
||||
- [#3029](https://github.com/oauth2-proxy/oauth2-proxy/pull/3029) feat: IAM auth for AWS redis (@willwill96)
|
||||
- [#3156](https://github.com/oauth2-proxy/oauth2-proxy/pull/3156) feat: allow disable-keep-alives configuration for upstream (@jet-go)
|
||||
- [#3150](https://github.com/oauth2-proxy/oauth2-proxy/pull/3150) fix: Gitea team membership (@MagicRB, @tuunit)
|
||||
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@ You must remove these options before starting OAuth2 Proxy with `--alpha-config`
|
|||
| ----- | ---- | ----------- |
|
||||
| `serviceName` | _string_ | AWS service redis service being used. "elasticache" or "memorydb" |
|
||||
| `clusterName` | _string_ | AWS Cluster name |
|
||||
| `username` | _string_ | AWS Username |
|
||||
| `userName` | _string_ | AWS Username |
|
||||
|
||||
### AlphaOptions
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue