Skip to content

Commit

Permalink
AP fix reference checker (#2314)
Browse files Browse the repository at this point in the history
Co-authored-by: Rafal Wegrzycki <r.wegrzycki@f5.com>
  • Loading branch information
rafwegv and Rafal Wegrzycki committed Dec 31, 2021
1 parent 1aeb1e0 commit f0ed2e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/k8s/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@ func NewConfiguration(
serviceReferenceChecker: newServiceReferenceChecker(false),
endpointReferenceChecker: newServiceReferenceChecker(true),
policyReferenceChecker: newPolicyReferenceChecker(),
appPolicyReferenceChecker: newAppProtectResourceReferenceChecker(configs.AppProtectPolicyAnnotation),
appLogConfReferenceChecker: newAppProtectResourceReferenceChecker(configs.AppProtectLogConfAnnotation),
appDosProtectedChecker: newDosResourceReferenceChecker(configs.AppProtectDosProtectedAnnotation),
isPlus: isPlus,
appProtectEnabled: appProtectEnabled,
Expand Down

0 comments on commit f0ed2e1

Please sign in to comment.