Bronze 1
Since ‎10-07-2020
‎06-25-2024

My Stats

  • 10 Posts
  • 2 Solutions
  • 0 Likes given
  • 14 Likes received

venkateshwargan's Bio

Badges venkateshwargan Earned

View all badges

Recent Activity

Hi Team, I have a requirement to create an Apigee API proxy for the below endpoints. POST https:///order-mgmt/ordersPUT https:///order-mgmt/orders/{order-id}DELETE https:///order-mgmt/orders/{order-id}GET https:///order-mgmt/orders/{order-id} I have ...
Hi Team,Please find the below steps which I am performing in Apigee to validate JWT token.1. Decode firebase JWT token and retrieve header.kid2. Check Firebase public certificate available in Apigee Cache(by giving incoming token header.kid as a Cach...
Hi Team,I am trying to connect to Azure Synapse database from local client machine through java code then it is working fine, but when I deploy the same java code in Apigee cloud then getting issues from Apigee cloud.When I print error through e.getL<!-- -->...
Hi Team,is there a way we can store encrypted value for encrypted kvm while commiting in github, same value I need to decrypt while deploying API Proxy from Azure Devops?