Skip to content

Commit eaabee5

Browse files
authored
loginType must be OIDC not oidc (#1437)
1 parent 511b143 commit eaabee5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/console/pages/config/security/authorization.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ authorization:
536536
roleBindings:
537537
- roleName: admin
538538
users:
539-
- loginType: oidc
539+
- loginType: OIDC
540540
name: matt
541541
----
542542
--
@@ -566,7 +566,7 @@ spec:
566566
roleBindings:
567567
- roleName: admin
568568
users:
569-
- loginType: oidc
569+
- loginType: OIDC
570570
name: matt
571571
----
572572

@@ -582,7 +582,7 @@ console:
582582
roleBindings:
583583
- roleName: admin
584584
users:
585-
- loginType: oidc
585+
- loginType: OIDC
586586
name: matt
587587
----
588588
====
@@ -600,7 +600,7 @@ config:
600600
roleBindings:
601601
- roleName: admin
602602
users:
603-
- loginType: oidc
603+
- loginType: OIDC
604604
name: matt
605605
----
606606
@@ -645,11 +645,11 @@ authorization:
645645
roleBindings:
646646
- roleName: viewer
647647
users:
648-
- loginType: oidc
648+
- loginType: OIDC
649649
650650
- roleName: editor
651651
users:
652-
- loginType: oidc
652+
- loginType: OIDC
653653
654654
----
655655

0 commit comments

Comments
 (0)