Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

Encrypted Centralized API Keys

Maqbool
6 - Meteoroid

Hi,

Basically there is a requirement to centralize the API keys and secret so that the user should not be able to give API key's again and again and just every user can connect to the encrypted API keys just like a vault in which the API key's are encrypted. We are doing this in Azure but i wonder we have any such thing in Alteryx.

 

Thanks in advance

1 REPLY 1
fmvizcaino
17 - Castor
17 - Castor

Hey @Maqbool ,

 

Unfortunately, there isn`t such a thing.

A not-so-pretty workaround would be to adapt the authenticate macro from the Alteryx Server API macros with a specific key and secret or pointing to a DB and share this macro with all the designer users.

https://community.alteryx.com/t5/Engine-Works/Introducing-the-Alteryx-Server-v3-API/ba-p/899228

 

As I mention, not pretty 😂

 

Best regards,

Fernando Vizcaino