Is it possible to hide secret keys in Developer Portal?

Not applicable

Hi experts,

According to documentation, the look and feel of the Developer Portal is highly customizable. Is it possible to customize/configure the Developer Portal to not show secret keys? Or maybe replace displayed secret keys with some characters?

We're looking for developers to register apps, but have a dedicated role for encrypting secret keys before sharing them with developers.

This is on-prem Version 4.16.01.04

Thanks a lot in advance!

0 4 640
4 REPLIES 4

@Andrei Filippov , Yes , It's possible. It's a small change you need to do by overriding template file in your custom theme. You can hide secret key / display as password like * characters.

Just wondering, Are you planning to share secret keys using offline method / other than developer portal ?

Hi @Anil Sagar

Thanks a lot for your reply!

Yes, we're considering the option of encrypting secret keys first and then sharing them with the developers. Encrypted keys can be decrypted is a specific environment only. For example, if a developer gets an encrypted key for production environment then he/she will not be able to use this key from his computer. This encrypted key can only be used in a specific production environment.

Hi @Anil Sagar,

Any chance you could provide more specific instructions on how to implement your idea? The change you suggested may be simple for somebody experienced with Dev Portal configuration and Drupal. I'm not quite there yet. 🙂

Thank you in advance!

Not applicable

Copy devconnect_developer_apps_list.tpl.php from apigee responsive theme and put it under your active theme templates directory. Make changes on this template file and clear cache to see the changes.