We are using Kubernetes secret to store API sensitive data like target client Id, secrets and credentials and we are reading this in API Proxies in Apigee Hybrid.
We referred below documentation to create the secrets -
We deleted the secrets completely but still proxy was getting the secret values. Are the pods caching these secrets? If yes, what is the ttl for this cache. Is this ttl value configurable?
We have given the properties file names as upper and lower case mixed but policies are expecting the file names in all lower case. Is this expected?