We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd919ec + c466df5 commit 2fa6e77Copy full SHA for 2fa6e77
1 file changed
docs/crds/auth.md
@@ -671,7 +671,10 @@ spec:
671
672
authentication_policies:
673
# Perform LDAP authentication for the host hotdrink.beverages.com
674
- - expression: 'HTTP.REQ.HOSTNAME.SET_TEXT_MODE(IGNORECASE).EQ("hotdrink.beverages.com")'
+ - resource:
675
+ path: []
676
+ method: []
677
+ expression: 'HTTP.REQ.HOSTNAME.SET_TEXT_MODE(IGNORECASE).EQ("hotdrink.beverages.com")'
678
provider: ["ldap-auth-provider"]
679
680
0 commit comments