All Content tagged with AWS Secrets Manager

AWS Secrets Manager helps you protect secrets needed to access your applications, services, and IT resources. The service enables you to easily rotate, manage, and retrieve database credentials, API keys, and other secrets throughout their lifecycle.

内容语言: 中文 (简体)

Select up to 5 tags to filter
排序方式 最新
34 条结果
我在密钥对导航右侧,勾选我的密钥,点击“操作”按钮,没有找到导出的功能,我需要导出密钥
1
回答
0
点赞数
896
检视次数
已提问 2 年前
【以下的问题经过翻译处理】 在CDK堆栈中,我创建了数据库凭据如下 ``` ``` const credentials = aws_rds.Credentials.fromGeneratedSecret( "mysqlSecret", { secretName: props.secretName, } ); ``` ``` 那么如何获取密钥的ARN并将其传递到Lamb...
1
回答
0
点赞数
74
检视次数
profile picture
专家
已提问 3 年前
【以下的问题经过翻译处理】 我听说在机器的配置文件中使用aws configure来存储机密信息不是最佳实践,这完全是有道理的。当我需要密钥连接到AWS时,我该如何使用AWS Secrets manager获取密钥?我的问题有意义吗?这段代码会起作用吗?<https://boto3.amazonaws.com/v1/documentation/api/latest/guide/secrets-ma...
1
回答
0
点赞数
94
检视次数
profile picture
专家
已提问 3 年前