You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using AWS keyspaces with IAM role for authentication instead of service credentials. we are connecting to AWS keyspaces from spring boot app using AWS sigv4 plugin. In this case, how can we integrate liquibase with AWS keyspaces.
As per the liquibase docs, we need to specify the user name and password in the liquibase properties file. Here we don't have user name and password. Instead we have IAM role with permission to keyspace. And the IAM role is attached in service which will be used by the AWS Sigv4 plugin to authenticate and connect.
The text was updated successfully, but these errors were encountered:
We are using AWS keyspaces with IAM role for authentication instead of service credentials. we are connecting to AWS keyspaces from spring boot app using AWS sigv4 plugin. In this case, how can we integrate liquibase with AWS keyspaces.
As per the liquibase docs, we need to specify the user name and password in the liquibase properties file. Here we don't have user name and password. Instead we have IAM role with permission to keyspace. And the IAM role is attached in service which will be used by the AWS Sigv4 plugin to authenticate and connect.
The text was updated successfully, but these errors were encountered: