Aws SecretManager kotlin . Hide Credentials
I have my Github and Artifactory Credentials stored in my local.properties file. I want to shift these credentials to AWS SecretsManager. I am using these credentials in my build.gradle.kts file and I want to retrieve my credentials from aws Secrets manager and then use them.
I can think of Storing some details of the secrets manager in the local.properties file. But I can't find how to call the API for getting the secrets.
I have installed this jar file...