ANAPLAN CONNECT - Password update request
Hi,
We have 20 scripts for ANAPLAN connect, and they each contain a user logon and password.
set AnaplanUser="username:password"
There are 2 questions.
1) Can the password be hidden in the script, as anyone can edit a script and see it?
2) When ANAPLAN insists on a password change, all the scripts stop running, this can lead to potential problems if we have overnight jobs and the person whose logon is in the scripts is not available to update their password and all of the scripts. Can we create a userlogon that does not insist on changing password periodcially?
Best Answer
-
Hi,
We can use a certificate instead of embedding credentials. Certificantes give you 1 year without a need for update.
A certificate is probably better than embedding credentials anyway.
Here's the Anapediate link for certificates: https://help.anaplan.com/anapedia/Content/GettingStarted/Certificates.htm
Cheers!
Paul
3
Answers
-
Hi @DeveloperCYT,
What @PaulRitner said is the best possible solution if you have more scripts and it will be a tedious task for you to enter the USERNAME and PASSWORD once it has expired, on all 20 scripts.
Now, there is a little tweak you can add to @PaulRitner suggestion.
1) Create an organisation level email ID in the name of 'integrationuser@wxyz.com'
2) Give 'integrationuser@wxyz.com' access to the model and set respective access.
3) Now, download the certificate under this username and set it in your scripts.
The reason behind this logic is that, if a resource does leave the organisation, you may have to transfer those respective scripts username and password to a new user who would replace him. Instead, your integration account will never be replaced but he will only be overseen by the person responsible for it.
Let us know if this works out for you.
Regards,
Adithya
5 -
Hi @Adithya S,
I am exploring a solution to use CA for authentication for my API. You explained the step #3 "download the certificate under this username" of which I don't know how/where to download it from. I logged in and looked under My Account and I don't see option to download the certificate.
Did you mean the SSL CA?
Also, can you point me to CA integration for API?
I am new to Anaplan and trying to solve the issue with password expired on our service account.
Thanks,
Huy Tran
0 -
Hi @hdtran , the Certificate that Adithya mentioned came from the vendor that the organisation procured. The below URL is a list of supported CA Certificate:
(Note: SSL CA is not supported by Anaplan)
If you are looking to implement CA authentication for your API, you may want to refer to the below guide:
https://anaplanenablement.s3.amazonaws.com/Community/Interactive+CA+Cert+Guide/story.html
0