Skip to content

Commit

Permalink
cross
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayansarathy committed Jan 27, 2023
1 parent 6398049 commit 587fc7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/workload/external-secrets/external-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ metadata:
#
# Note that the IAM Role associated with the ServiceAccount in the workload cluster should have a permission policy that references the OIDC Provider of the workload cluster
# The OpenIDConnectProvider Crossplane resource is created at the time of creating the workload cluster
# However, the creation of IAM Roles that reference this provider does not seem possible without manual intervention because we have to inject the OIDC Provider URL in the policy document which is specified as a string.
# Currently, Crossplane does not provide a mechanism to do this. So, we are creating the IAM role out of band using the eksctl CLI tool
# The trust policy of this IAM role must be updated with the OIDC Provider URL of the workload cluster before we deploy the external secrets to it.
# Using this, an IAM role can be created using Crossplane, with its trust policy referencing the OIDC Provider of the workload cluster
# In this example, we are doing the IAM role creation out of band.
# Hence, the trust policy of this IAM role must be updated with the OIDC Provider URL of the workload cluster before we deploy the external secrets to it.
#
---
apiVersion: v1
Expand Down

0 comments on commit 587fc7d

Please sign in to comment.