Description
veda-data is currently setup to use SM2A admin credentials to post to the Rest API. Because of the security vulnerabilities of this, we've created a Dag Launcher role in SM2A.
We are currently using basic authentication using either credentials from an admin or dag launcher user.
Now that we're transitioning to using Keycloak with SM2A we can use a machine-to-machine service account user to authenticate in veda-data and then pass that access token to SM2A.
Acceptance Criteria