Skip to content

Commit

Permalink
fix: add verifyiam policy
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvaidyanathan committed Sep 19, 2024
1 parent 11df3a1 commit 4e00e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/package/plugins/policyMetaData.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"TraceCapture" :{"indications":["tracecapture","tc","^tracecapture$","^tc$"], "profiles":["apigeex"] },
"ValidateSAMLAssertion" :{"indications":["validatesaml","saml","sa"]},
"VerifyAPIKey" :{"indications":["verifyapikey","apikey","va","verify","^verifyapikey$"]},
"VerifyIAM" :{"indications":["verifyiam","iam","viam","^verifyiam$"], "profiles":["apigeex"] },
"VerifyJWS" :{"indications":["verifyjws","jws","vjws","^verifyjws$"]},
"VerifyJWT" :{"indications":["verifyjwt","jwt","vjwt","^verifyjwt$"]},
"XMLThreatProtection" :{"indications":["xmltp","xtp","tp","^xmltp$"]},
Expand Down

0 comments on commit 4e00e80

Please sign in to comment.