Skip to content

Commit

Permalink
[Lab2 - secrets] Updating secrets store with latest comonents
Browse files Browse the repository at this point in the history
  • Loading branch information
SoTrx committed Feb 22, 2023
1 parent 4130e4e commit 5151856
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions instructions/_entries/03-06 secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ Solution :

{% collapsible %}

D'après [la documentation](https://docs.dapr.io/reference/components-reference/supported-secret-stores/), les différents coffres forts disponibles sont :
D'après [la documentation](https://docs.dapr.io/reference/components-reference/supported-secret-stores/)(Février 2023), les différents coffres forts disponibles sont :

| Nom | Composant | Localisation | Production ? |
| ------------------------------------- | --------- | ------------------------- | ---------------------------------------------------------------------- |
| Hashicorp Vault | Alpha | Externe / Dans le cluster | Oui, ne pas utiliser le mode dev. Attention à la maturité du composant |
| Hashicorp Vault | Stable | Externe / Dans le cluster | Oui |
| Secrets Kubernetes | Stable | Dans le cluster | A éviter. Secrets en base64, limités à un namespace |
| Variables d'environnement | Beta | Dans le noeud | Non. |
| Fichier | Beta | Dans le conteneur | Non. |
| Variables d'environnement | Stable | Dans le noeud | Non. |
| Fichier | Stable | Dans le conteneur | Non. |
| Alibaba Parameter Store | Alpha | Externe | Oui. Attention à la maturité du composant |
| AWS Secrets Manager / Parameter Store | Alpha | Externe | Oui. Attention à la maturité du composant |
| GCP Parameter Store | Alpha | Externe | Oui. Attention à la maturité du composant |
Expand Down

0 comments on commit 5151856

Please sign in to comment.