Mark StructuredAuthenticationConfiguration feature gate as beta

Signed-off-by: Monis Khan <mok@microsoft.com>
This commit is contained in:
Monis Khan
2024-03-05 10:39:44 -05:00
parent 74adc0b3f7
commit bc7aa13bf7
3 changed files with 5 additions and 4 deletions

View File

@@ -214,9 +214,9 @@ func TestAuthenticationValidate(t *testing.T) {
expectErr: "number of webhook retry attempts must be greater than 0, but is: 0",
},
{
name: "test when authentication config file is set without feature gate",
name: "test when authentication config file is set (feature gate enabled by default)",
testAuthenticationConfigFile: "configfile",
expectErr: "set --feature-gates=StructuredAuthenticationConfiguration=true to use authentication-config file",
expectErr: "",
},
{
name: "test when authentication config file and oidc-* flags are set",