Skip to content

Commit 131dc80

Browse files
authored
Revert "mistake in syntax"
1 parent 2fa6e77 commit 131dc80

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/crds/auth.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -671,10 +671,7 @@ spec:
671671
672672
authentication_policies:
673673
# Perform LDAP authentication for the host hotdrink.beverages.com
674-
- resource:
675-
path: []
676-
method: []
677-
expression: 'HTTP.REQ.HOSTNAME.SET_TEXT_MODE(IGNORECASE).EQ("hotdrink.beverages.com")'
674+
- expression: 'HTTP.REQ.HOSTNAME.SET_TEXT_MODE(IGNORECASE).EQ("hotdrink.beverages.com")'
678675
provider: ["ldap-auth-provider"]
679676
680677

0 commit comments

Comments
 (0)