Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Keymanager Client Secret Hide on UI: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lalithkota committed Feb 27, 2024
1 parent cdf6970 commit bfc38e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions g2p_encryption_keymanager/views/encryption_provider.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Part of OpenG2P. See LICENSE file for full copyright and licensing details.
>
<field name="keymanager_api_base_url" required="True" />
<field name="keymanager_auth_url" required="True" />
<field name="keymanager_auth_client_id" required="True" password="True" />
<field name="keymanager_auth_client_secret" required="True" />
<field name="keymanager_auth_client_id" required="True" />
<field name="keymanager_auth_client_secret" required="True" password="True" />
<field name="keymanager_auth_grant_type" required="True" />
</group>
<group
Expand Down

0 comments on commit bfc38e1

Please sign in to comment.