Introducing G2.ai, the future of software buying.Try now
Lauri P.
LP
Integration specialist

What is the best practice in handling customer credentials.

Let's say you have 1000 instances all with different credentials and URLs. You want to store those in Frends so you can either loop all of them through one by one or search them by some ID or name. Customer data should also be easy to manage and one customer should have atleast: ID, name, URL, port, username, password, office, language
1 comment
Looks like you’re not logged in.
Users need to be logged in to answer questions
Log In
OG
0
Usually the recommended way of storing sensitive information is to use Environment Variables in Frends. Unfortunately, if you group credentials for each customer under groups in Environment Variables you are not able to loop over them easily. If you store them in lists in Environment Variables you are not able to search them easily. In theory, you could save them e.g. is JSON structure under Eviroment Variables, but I don't know does that statisfy "easy to manage" requirement. Other option is to use external database or somethoing like Azure Key Vault.
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply