Skip to content

Commit

Permalink
Mozilla SOPS guide - specific references per cloud
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
Kingdon Barrett committed Aug 17, 2023
1 parent a978d97 commit 6d6b37b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/flux/guides/mozilla-sops.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ kubectl -n flux-system rollout restart deployment/kustomize-controller
```

{{% alert color="info" title="Bootstrap" %}}
Note that when using `flux bootstrap` you can [set the annotation](/flux/cheatsheets/bootstrap/#iam-roles-for-service-accounts) to take effect at install time.
Note that when using `flux bootstrap` you can [set the annotation](/flux/installation/configuration/workload-identity/#aws-iam-roles-for-service-accounts) to take effect at install time.
{{% /alert %}}

#### Azure
Expand Down Expand Up @@ -382,7 +382,7 @@ spec:
selector: ${IDENTITY_NAME}
```

[Customize your Flux Manifests](/flux/installation/configuration/boostrap-customization/) so that kustomize-controller has the proper credentials.
[Customize your Flux Manifests](/flux/installation/configuration/workload-identity/#azure-workload-identity) so that kustomize-controller has the proper credentials.
Patch the kustomize-controller Pod template so that the label matches the `AzureIdentity` selector.
Additionally, the SOPS specific environment variable `AZURE_AUTH_METHOD=msi` to activate the proper auth method within kustomize-controller.

Expand Down Expand Up @@ -498,7 +498,7 @@ iam.gke.io/gcp-service-account=<SERVICE_ACCOUNT_ID>@<PROJECT_ID>.iam.gserviceacc
```

{{% alert color="info" title="Bootstrap" %}}
Note that when using `flux bootstrap` you can [set the annotation](/flux/installation/configuration/workload-identity/) to take effect at install time.
Note that when using `flux bootstrap` you can [set the annotation](/flux/installation/configuration/workload-identity/#gcp-workload-identity) to take effect at install time.
{{% /alert %}}

## GitOps workflow
Expand Down

0 comments on commit 6d6b37b

Please sign in to comment.