We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b629a commit c466df5Copy full SHA for c466df5
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