Nahuel 3f8487bc25
Fix#6512: Add Secrets Manager documentation (#7318)
* Add Secrets Manager documentation

* Add upgrade highligth

* Add some suggestions for Airflow instance configuration
2022-09-08 06:23:33 -07:00

27 lines
713 B
Markdown

---
title: Secrets Manager
slug: /deployment/secrets-manager/supported-implementations
---
# Supported implementations
This is our list of supported Secrets Manager implementations:
<InlineCalloutContainer>
<InlineCallout
color="violet-70"
bold="AWS Secrets Manager"
icon="vpn_key"
href="/deployment/secrets-manager/supported-implementations/aws-secrets-manager"
>
AWS Secrets Manager
</InlineCallout>
<InlineCallout
color="violet-70"
bold="AWS Systems Manager Parameter Store"
icon="vpn_key"
href="/deployment/secrets-manager/supported-implementations/aws-ssm-parameter-store"
>
AWS Systems Manager Parameter Store
</InlineCallout>
</InlineCalloutContainer>