Skip to content

Commit c082108

Browse files
authored
Merge pull request #658 from netscaler/revert-534-patch-1
Revert "mistake in syntax"
2 parents 2fa6e77 + 131dc80 commit c082108

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)