-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ElastiCache Cluster CRD does not create a K8s secret #426
Comments
The issue has been reproduced. Need investigate if we can add described in issue information. |
I am seeing this issue as well, any update here? |
@aiell0, you can add additional sensitive fields to config/elasticache/config.go, and open a PR. We can evaluate the fields you want on the PR. For more details: Additional Sensitive Fields and Custom Connection Details |
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as |
This issue is being closed since there has been no activity for 14 days since marking it as |
What happened?
When creating a CacheCluster CRD for redis, no kubernetes secret is created containing the details required for establishing a connection to redis, e.g.
Refer to the bug which is there in community edition
crossplane-contrib/provider-aws#551
How can we reproduce it?
# k get -n test secret cache-cluster-qa-redis-secret NAME TYPE DATA AGE cache-cluster-qa-redis-secret connection.crossplane.io/v1alpha1 0 30h
What environment did it happen in?
Universal Crossplane Version: 1.10.1
Provider Version: provider-aws:v0.20.0
Kubernetes version : Server Version: version.Info{Major:"1", Minor:"24+", GitVersion:"v1.24.7-eks-fb459a0", GitCommit:"c240013134c03a740781ffa1436ba2688b50b494", GitTreeState:"clean", BuildDate:"2022-10-24T20:36:26Z", GoVersion:"go1.18.7", Compiler:"gc", Platform:"linux/amd64"}
Kubernetes distribution : AWS EKS
The text was updated successfully, but these errors were encountered: