From f7f52a577e1e04b5c753f3daa8f660b6dec6dc41 Mon Sep 17 00:00:00 2001 From: William Will <10997562+willwill96@users.noreply.github.com> Date: Mon, 25 Aug 2025 09:39:19 -0600 Subject: [PATCH] fixes --- CHANGELOG.md | 3 ++- docs/docs/configuration/alpha_config.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cbfd0fd..2683b090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/docs/docs/configuration/alpha_config.md b/docs/docs/configuration/alpha_config.md index cf854837..a8cd024f 100644 --- a/docs/docs/configuration/alpha_config.md +++ b/docs/docs/configuration/alpha_config.md @@ -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