Siva
Siva

Reputation: 11

How to retrieve the secrets from AWS Secrets manager and use in buildconfig.properties in android?

I have added some secret keys of my app in AWS Secrets Manager. Now I need to retrieve them in buildConfig properties of android (Kotlin), through which the values of the secret keys will be generated after the build through BuildConfig.SECRET_NAME? Can anyone help ?

I have added some secret keys of my app in AWS Secrets Manager. Now I need to retrieve them in buildConfig properties of android (Kotlin), through which the values of the secret keys will be generated after the build through BuildConfig.SECRET_NAME? Can anyone help ? I didn't find any relevant information in the internet

Upvotes: 1

Views: 385

Answers (0)

Related Questions