AWS Secrets Manager with VM
Prerequisites
{ "jdbcstringurl": "jdbc:mysql://db.example.com:3306/ovaledge", "username": "db_user", "password": "db_pass", "readjdbcstringurl": "jdbc:mysql://readreplica.example.com:3306/ovaledge", "encryptdecryptkey": "your-encryption-key", "eshost": "es.example.com", "esport": "9200", "esprotocol": "https", "esusername": "elastic_user", "espassword": "elastic_pass" }{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "secretsmanager:GetSecretValue", "Resource": "arn:aws:secretsmanager:<region>:<account-id>:secret:secrets*" } ] }
Integration Steps
Configure oasis.properties
Was this helpful?

