Skip to content

Commit

Permalink
docs: list examples of secrets consumption sciety/sciety#3230
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiosironi committed May 9, 2024
1 parent 529d80f commit 1f1af6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/guide-for-application-teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ Provide a secret to an application
1. Store the secret in [AWS Secrets Manager](https://us-east-1.console.aws.amazon.com/secretsmanager/listsecrets?region=us-east-1) under a team-based prefix such as `sciety-team/*`.
1. Create an [`ExternalSecret`](https://external-secrets.io/latest/api/spec/#external-secrets.io/v1beta1.ExternalSecret) manifest to pull the secret into the cluster, in the form of a Kubernetes [`Secret`](https://kubernetes.io/docs/concepts/configuration/secret/) managed by the platform.

Kubernetes resources can use the secret:

- directly in workloads e.g. via an [environment variable](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#environment-variables)
- by receiving its value as an [Helm release value](https://fluxcd.io/flux/components/helm/helmreleases/#values-references)

Services available on the Cluster
=================================

Expand Down

0 comments on commit 1f1af6b

Please sign in to comment.