ec
02/10/2025, 5:49 PMThe authentication ID is not available. Check your authentication credentials and try again.
ec
02/10/2025, 5:50 PMAfter the SuiteCloud SDK tools are upgraded to the next version, your current credentials file, along with your locally saved credentials for any of the SuiteCloud SDK tools, will not be valid. You will be required to reauthenticate to use these tools again.
ec
02/10/2025, 5:54 PMSimonC
02/10/2025, 5:55 PMec
02/10/2025, 6:00 PMAli Syed (NS DevTools QA)
02/10/2025, 6:49 PMec
02/10/2025, 7:37 PMbarinvon
02/12/2025, 2:43 PMAli Syed (NS DevTools QA)
02/12/2025, 3:06 PMJoel Musheno
02/12/2025, 6:57 PMSUITECLOUD_CI_PASSKEY
.
Do I need to produce my certs with the same “passkey” e.g.:
openssl req -new -x509 -newkey rsa:4096 \
-keyout "${privateKeyFileName}" \
-sigopt rsa_padding_mode:pss -sha256 -sigopt rsa_pss_saltlen:64 \
-days 730 \
-passout pass:MySecurePassphrase123MopreTextMoreTextMoreText \
-out "${publicKeyFileName}" \
-subj "/C=US/ST=Illinois/L=Northbrook/O=foo"
What does this new environment variable SUITECLOUD_CI_PASSKEY
match with, in terms of netsuite?
Is there anything in netsuite that needs to know what my passkey is?
My apologies, I’m not understanding the docs or the videos yet.Ali Syed (NS DevTools QA)
02/12/2025, 7:11 PMSUITECLOUD_CI_PASSKEY
Are user-provided values. No relationship with NetSuite.
The SUITECLOUD_CI_PASSKEY is used to secure your credentials_ci.p12 file which contains your tokens.
You can set this environment variable SUITECLOUD_CI_PASSKEY
locally with at least 32 alphanumeric characters. And then run accountsetupci command locally, which will save credentials in credentials_ci.p12
you can use that same credentials file in your CI/CD environment also by providing the same SUITECLOUD_CI_PASSKEY
in CI/CD environmentAli Syed (NS DevTools QA)
02/12/2025, 7:13 PMSUITECLOUD_CI_PASSKEY
Think of SUITECLOUD_CI_PASSKEY
as a password for your credentials file, that's it.Joel Musheno
02/12/2025, 7:15 PMAli Syed (NS DevTools QA)
02/12/2025, 7:18 PMSUITECLOUD_CI_PASSKEY
and
SUITECLOUD_CI
Delete any existing credentials file, and you should be good to go.