Skip to content

Commit 7257b4e

Browse files
committed
remove default value for GroupsClaim
1 parent 26e24a0 commit 7257b4e

File tree

7 files changed

+0
-9
lines changed

7 files changed

+0
-9
lines changed

config/crd/bases/mongodb.com_mongodb.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,6 @@ spec:
15661566
pattern: ^[a-zA-Z0-9-_]+$
15671567
type: string
15681568
groupsClaim:
1569-
default: groups
15701569
description: |-
15711570
The identifier of the claim that includes the principal's IdP user group membership information.
15721571
Accept the default value unless your IdP uses a different claim, or you need a custom claim.

config/crd/bases/mongodb.com_mongodbmulticluster.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,6 @@ spec:
826826
pattern: ^[a-zA-Z0-9-_]+$
827827
type: string
828828
groupsClaim:
829-
default: groups
830829
description: |-
831830
The identifier of the claim that includes the principal's IdP user group membership information.
832831
Accept the default value unless your IdP uses a different claim, or you need a custom claim.

config/crd/bases/mongodb.com_opsmanagers.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,6 @@ spec:
888888
pattern: ^[a-zA-Z0-9-_]+$
889889
type: string
890890
groupsClaim:
891-
default: groups
892891
description: |-
893892
The identifier of the claim that includes the principal's IdP user group membership information.
894893
Accept the default value unless your IdP uses a different claim, or you need a custom claim.

helm_chart/crds/mongodb.com_mongodb.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,6 @@ spec:
15661566
pattern: ^[a-zA-Z0-9-_]+$
15671567
type: string
15681568
groupsClaim:
1569-
default: groups
15701569
description: |-
15711570
The identifier of the claim that includes the principal's IdP user group membership information.
15721571
Accept the default value unless your IdP uses a different claim, or you need a custom claim.

helm_chart/crds/mongodb.com_mongodbmulticluster.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,6 @@ spec:
826826
pattern: ^[a-zA-Z0-9-_]+$
827827
type: string
828828
groupsClaim:
829-
default: groups
830829
description: |-
831830
The identifier of the claim that includes the principal's IdP user group membership information.
832831
Accept the default value unless your IdP uses a different claim, or you need a custom claim.

helm_chart/crds/mongodb.com_opsmanagers.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,6 @@ spec:
888888
pattern: ^[a-zA-Z0-9-_]+$
889889
type: string
890890
groupsClaim:
891-
default: groups
892891
description: |-
893892
The identifier of the claim that includes the principal's IdP user group membership information.
894893
Accept the default value unless your IdP uses a different claim, or you need a custom claim.

public/crds.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,6 @@ spec:
15661566
pattern: ^[a-zA-Z0-9-_]+$
15671567
type: string
15681568
groupsClaim:
1569-
default: groups
15701569
description: |-
15711570
The identifier of the claim that includes the principal's IdP user group membership information.
15721571
Accept the default value unless your IdP uses a different claim, or you need a custom claim.
@@ -4202,7 +4201,6 @@ spec:
42024201
pattern: ^[a-zA-Z0-9-_]+$
42034202
type: string
42044203
groupsClaim:
4205-
default: groups
42064204
description: |-
42074205
The identifier of the claim that includes the principal's IdP user group membership information.
42084206
Accept the default value unless your IdP uses a different claim, or you need a custom claim.
@@ -5849,7 +5847,6 @@ spec:
58495847
pattern: ^[a-zA-Z0-9-_]+$
58505848
type: string
58515849
groupsClaim:
5852-
default: groups
58535850
description: |-
58545851
The identifier of the claim that includes the principal's IdP user group membership information.
58555852
Accept the default value unless your IdP uses a different claim, or you need a custom claim.

0 commit comments

Comments
 (0)