Skip to content
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 provider does not populate connection secret #2050

Closed
lefredlebel opened this issue Apr 25, 2024 · 3 comments
Closed

Elasticache provider does not populate connection secret #2050

lefredlebel opened this issue Apr 25, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@lefredlebel
Copy link

What happened?

While creating a new resource of kind Cluster with apiVersion elasticache.aws.upbound.io/v1beta1, the provider does not populate the secret from the writeConnectionSecretToRef section. The secret is created but is empty.

How can we reproduce it?

apiVersion: elasticache.aws.upbound.io/v1beta1
kind: Cluster
metadata:
  annotations:
    meta.upbound.io/example-id: elasticache/v1beta1/cluster
    uptest.upbound.io/timeout: "3600"
  labels:
    testing.upbound.io/example-name: redis-cluster
  name: redis-cluster
spec:
  forProvider:
    engine: redis
    engineVersion: "7.1"
    maintenanceWindow: sun:05:00-sun:09:00
    nodeType: cache.t3.micro
    numCacheNodes: 1
    parameterGroupName: default.redis7
    port: 6379
    region: eu-west-1
    securityGroupIds:
      - "sg-XXXXXXXXXXXX"
    subnetGroupName: "vpc-elasticache-subnet-group"
  writeConnectionSecretToRef:
    name: redis-cluster-connection
    namespace: sandbox
kubectl describe secret redis-cluster-connection --namespace sandbox
Name:         redis-cluster-connection
Namespace:    sandbox
Labels:       <none>
Annotations:  <none>

Type:  connection.crossplane.io/v1alpha1

Data
====
NAME                       TYPE                              DATA   AGE
redis-cluster-connection   connection.crossplane.io/v1alpha1   0      19h

What environment did it happen in?

Crossplane version: 1.15.1

  • Cloud provider : AWS
  • Kubernetes version : 1.28
  • Kubernetes distribution : AWS EKS
  • ArgoCD version : v2.10.6+d504d2b
@lefredlebel lefredlebel added the bug Something isn't working label Apr 25, 2024
@MichaelRSilva
Copy link

@lefredlebel did you solve the problem? I have the exactly same question.

@aiell0
Copy link

aiell0 commented Jul 15, 2024

@lefredlebel Same here, I am having this issue as well. How did it get solved?

@fortra-cloudops-platform

@lefredlebel still seeing this same issue, was it resolved? If so how?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants