Client asking to hide secrets in the Apigee console . Is that possible

Dear All,

Client asking to hide secrets in the Apigee console . Is that possible and if so how to achieve it.

regards,

 

Solved Solved
0 4 242
1 ACCEPTED SOLUTION

If you are talking about not displaying the key+secret associated to Apps, ....

always-viewable.png

..then, the answer is no, there is no way to not display that, if the person has the appropriate role to "See" the apps.  

View solution in original post

4 REPLIES 4

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, ....

always-viewable.png

..then, the answer is no, there is no way to not display that, if the person has the appropriate role to "See" the apps.