What would be the current best practice to store k...
# suitecommerce
e
What would be the current best practice to store keys, tokens, passwords that are necessary in third-party integrations with SCA?
s
I believe it would technically be best to use the secrets management https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/article_160216486846.html
I’ve not used it myself
e
I have been reading this and they are indeed an option, however they are only available on SS 2.0. I also need a good approach for legacy SS 1.0
s
Call a 2.0 script using 1.0 🤣
e
Haha latency issue but I will continue looking a good approach
s
I honestly don’t know the best way. I think one way I’ve seen is creating a custom preference and storing them there, as you typically need administrator permissions to access that page in NetSuite
e
Perfect! It makes sense, thanks for the heads-up!