We’re excited to be evaluating DataHub . I need to connect my Snowflake database via KEY_PAIR_AUTHENTICATOR. Atm it looks like the forms in the UI only supports the classic username/password
Can someone show me what I should have in the YAML config to connect via KEY_PAIR_AUTHENTICATOR? An example would be perfect!!
I added my private key as a secret and reference it inside the yaml but i get this error
Failed to connect to snowflake instance due to error ('Could not deserialize key data. The data may be in an incorrect format, it may be encrypted with an unsupported algorithm, or it may be an unsupported key type (e.g. EC curves with explicit parameters).', [<OpenSSLError(code=503841036, lib=60, reason=524556, reason_text=unsupported)>]).
Do i need to quote the secret?
Are you on the latest version of datahub and datahub-actions? We previously had some issues with multi-line secret values, but I think those are largely resolved at this point