Secret/password management

Hi, community :slight_smile:

We have several integrations, and we want the user to be able to enter the credentials once, and then it should be stored. However, we want these stored credentials to not be visible for the user. So, we want them to have a value, not not be seen.

How should we do this? Could we do it by using conditional permissions and only giving the user Create-permission, and not Read? If so, would we be able to use these credentials in our services when doing we requests?

Thanks :slight_smile:

Hi Sinan,

Your suggestion will work :slight_smile:

This is also a typical case where you want to use “run service as”, which means that you use a service to perform the operation with a service account that is allowed to set the values.

1 Like