Skip to content

Commit 772d137

Browse files
authored
FE: Auth: Add GCP IAM missing enums (#1075)
1 parent b241abe commit 772d137

File tree

1 file changed

+2
-0
lines changed
  • frontend/src/widgets/ClusterConfigForm

1 file changed

+2
-0
lines changed

frontend/src/widgets/ClusterConfigForm/schema.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ const authSchema = lazy((value) => {
167167
'SASL/LDAP',
168168
'SASL/AWS IAM',
169169
'SASL/Azure Entra',
170+
'SASL/GCP IAM',
170171
'mTLS',
171172
]),
172173
securityProtocol: string()
@@ -183,6 +184,7 @@ const authSchema = lazy((value) => {
183184
'SASL/LDAP',
184185
'SASL/AWS IAM',
185186
'SASL/Azure Entra',
187+
'SASL/GCP IAM',
186188
].includes(v);
187189
},
188190
then: (schema) => schema.required('required field'),

0 commit comments

Comments
 (0)