내용으로 건너뛰기

Secrets replication from one account to another

0

Currently we are getting a Secret from one AWS application team ( via mail)....and we are updating that secret in our Application (On-Premises) for us it's a Password. Once this is done our Application calls will get authorized by the AWS application (based on similar password/secret).

Every 90 days they send one new secret and we update it in our application(manually)....we are currently planning to deploy our application to AWS....when we do this...we want to know is there any way to sync the secret from one AWS application (who are sending us now the secret) with our AWS application.....like whenever they change secret (every 90 days) that secret should get reflect in our secrets manager without manually updating it.

질문됨 4년 전1.6천회 조회

1개 답변
0

Hello, Once the application is migrated to AWS, it can retrieve secrets from AWS Secret Manager programmatically. Sample codes to retrieve secrets from applications using Java, Javascript, C#, Python3, Ruby and Go are available in the AWS console under the secrets you have created. Additionally , please visit this page https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets.html to get more details about retrieving secrets automatically through various applications . However, we recommend that you cache your secret values by using client-side caching. Caching secrets improves speed and reduces your costs. You can retrieve based on your rotation schedule and cache at client side and use it.

AWS

답변함 4년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠