Hello Everyone,
Our team is trying to connect to azure adls storage through the connector to automate the flow as far as possible. The three ways of authentication we currently can use in KNIME are
- Username Password
- Secret Key
- SAS
This was all fine until we came to know that the validity of the secret key or SAS should not be more than two months as per policy. This makes it difficult as the end users don’t have any access to azure resources and so cannot create new keys.
So is there any other way to authenticate like “Azure Key Vault” or any other problems similar to this ?