Dear All,
Client asking to hide secrets in the Apigee console . Is that possible and if so how to achieve it.
regards,
Dear All,
Client asking to hide secrets in the Apigee console . Is that possible and if so how to achieve it.
regards,
Hi there, do you wish to utilize these secrets in your Apigee proxies? If so, you can use encrypted key-value maps (KVMs) to store and access your secrets. And as the documentation explains, don’t forget to “add a private. prefix to the name of the variable that will contain the retrieved value. That prefix hides the value from debug sessions while you’re debugging API proxies”.
Refer https://docs.apigee.com/api-platform/security/data-masking which will help achieve data masking needs.
If you are talking about not displaying the key+secret associated to Apps, …
..then, the answer is no, there is no way to not display that, if the person has the appropriate role to “See” the apps.
You can use below options