You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have new aws-pca-issuer installation with eksdemo:
The AWS PCA Issuer plugin works as an addon to the cert-manager that signs off certificate requests using AWS Certificate Manager Private Certificate Authority. The addon makes it easy to generate certificates for workload inside the Kubernetes cluster.
Create file pca-iam-policy.json and save the following in it:
I would like to have new aws-pca-issuer installation with eksdemo:
The AWS PCA Issuer plugin works as an addon to the cert-manager that signs off certificate requests using AWS Certificate Manager Private Certificate Authority. The addon makes it easy to generate certificates for workload inside the Kubernetes cluster.
Create file pca-iam-policy.json and save the following in it:
Create and IAM policy called AWSPCAIssuerIAMPolicy with the command below:
Create a Service Account for the AWS PCA Issuer plugin with the command below:
Add the AWS PCA Issuer Helm repository and run helm install command
Verify that AWS PCA issuer is configured correctly by running following command:
The text was updated successfully, but these errors were encountered: