diff --git a/daprdocs/content/en/reference/components-reference/supported-secret-stores/openbao.md b/daprdocs/content/en/reference/components-reference/supported-secret-stores/openbao.md new file mode 100644 index 00000000000..d8459e75b4a --- /dev/null +++ b/daprdocs/content/en/reference/components-reference/supported-secret-stores/openbao.md @@ -0,0 +1,17 @@ +--- +type: docs +title: 'OpenBao' +linkTitle: 'OpenBao' +description: 'Detailed information on the OpenBao secret store component.' +aliases: + - '/operations/components/setup-secret-store/supported-secret-stores/openbao/' +--- + +## Usage + +Currently, there is no dedicated OpenBao Secrets Store. However, you can utilize +the `secretstores.hashicorp.vault` component, which has been tested and +confirmed to work effectively. + +For instructions on how to set up and configure a secret store, refer to [the +HashiCorp Vault guide]({{% ref "hashicorp-vault.md" %}}).