Skip to content

Commit

Permalink
doc linking issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurens - Codit BE committed May 6, 2024
1 parent 8f198a6 commit 45f54de
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@ The Arcus secret store has some advantages over using the Azure SDK or configura
## Built-in secret providers
Several built in secret providers available in the package.

* [Configuration](./features/secret-store/provider/configuration.md)
* [Environment variables](./features/secret-store/provider/environment-variables.md)
* [Configuration](../../features/secret-store/provider/configuration.md)
* [Environment variables](../../features/secret-store/provider/environment-variables.md)

And several additional providers in separate packages.

* [Azure Key Vault](./features/secret-store/provider/key-vault.md)
* [Command line](./features/secret-store/provider/cmd-line.md)
* [Docker secrets](./features/secret-store/provider/docker-secrets.md)
* [HashiCorp](./features/secret-store/provider/hashicorp-vault.md)
* [User Secrets](./features/secret-store/provider/user-secrets.md)
* [Azure Key Vault](../../features/secret-store/provider/key-vault.md)
* [Command line](../../features/secret-store/provider/cmd-line.md)
* [Docker secrets](../../features/secret-store/provider/docker-secrets.md)
* [HashiCorp](../../features/secret-store/provider/hashicorp-vault.md)
* [User Secrets](../../features/secret-store/provider/user-secrets.md)

If you require an additional secret providers that aren't available here, please [this document](./features/secret-store/create-new-secret-provider.md) that describes how you can create your own secret provider.
If you require an additional secret providers that aren't available here, please [this document](../../features/secret-store/create-new-secret-provider.md) that describes how you can create your own secret provider.

## Additional features
Lists all the additional functions of the secret store.

* [Retrieve a specific secret provider](./features/secret-store/named-secret-providers.md)
* [Retrieve a specific secret provider](../../features/secret-store/named-secret-providers.md)

## Installation
For this feature, the following package needs to be installed:
Expand Down

0 comments on commit 45f54de

Please sign in to comment.