apigee / apigeelint

Static code analysis for Apigee proxy bundles to encourage API developers to use best practices and avoid anti-patterns.
Apache License 2.0
91 stars 71 forks source link

ApigeeLint should not error for authentication element in TragetServer #419

Closed priyanka212 closed 7 months ago

priyanka212 commented 7 months ago

I need to understand why ApigeeLint gives error for Authentication tag in target server. I'm using APIGEEX for developing proxy. I use this tag to generate Google access token.

@ssvaidyanathan @DinoChiesa

ssvaidyanathan commented 7 months ago

@priyanka212 - can you please share the code snippet of your TargetEndpoint

Also the apigeelint command you are running?

ssvaidyanathan commented 7 months ago

I saw your community post - can you confirm you are passing --profile apigeex in your apigeelint command?

priyanka212 commented 7 months ago

it worked with --profile APIGEEX. Thanks