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

146 views Asked by At

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

0

There are 0 answers