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 Cluster CRD does not create a K8s secret #426

Closed
ShivaSDP opened this issue Jan 4, 2023 · 5 comments
Closed

ElastiCache Cluster CRD does not create a K8s secret #426

ShivaSDP opened this issue Jan 4, 2023 · 5 comments
Labels
bug Something isn't working is:triaged Indicates that an issue has been reviewed. stale

Comments

@ShivaSDP
Copy link

ShivaSDP commented Jan 4, 2023

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.

endpoint url
port
authtoken or username+password

Refer to the bug which is there in community edition
crossplane-contrib/provider-aws#551

How can we reproduce it?

---
apiVersion: elasticache.aws.upbound.io/v1beta1
kind: Cluster
metadata:
  name: "test-cache-cluster"
spec:
  forProvider:
    region: us-east-1
    tags:
      Application: TEST-UM
      Group: QA
      Environment: QA
    engine: redis
    nodeType: cache.t2.micro
    numCacheNodes: 1
    parameterGroupNameRef:
      name: "test-cache-param-grp-1"
    subnetGroupNameRef:
      name: "test-cache-sn-grp1"
    securityGroupIds:
    - sg-004209965c448fbe3
  providerConfigRef:
    name: qa-proconf
  
  writeConnectionSecretToRef:
    name: cache-cluster-qa-redis-secret
    namespace: test
# 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

@ShivaSDP ShivaSDP added the bug Something isn't working label Jan 4, 2023
@svscheg
Copy link
Contributor

svscheg commented Apr 10, 2023

The issue has been reproduced. Need investigate if we can add described in issue information.

@svscheg svscheg added is:triaged Indicates that an issue has been reviewed. and removed needs:triage labels Apr 10, 2023
@svscheg svscheg self-assigned this May 24, 2023
@svscheg svscheg removed their assignment Jul 4, 2023
@turkenf turkenf removed the community label May 11, 2024
@aiell0
Copy link
Contributor

aiell0 commented May 17, 2024

I am seeing this issue as well, any update here?

@turkenf
Copy link
Collaborator

turkenf commented May 20, 2024

@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

@haarchri haarchri closed this as completed Jul 1, 2024
@haarchri haarchri reopened this Jul 1, 2024
Copy link

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 stale. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with /fresh will mark this issue as not stale.

@github-actions github-actions bot added the stale label Sep 30, 2024
Copy link

This issue is being closed since there has been no activity for 14 days since marking it as stale. If you still need help, feel free to comment or reopen the issue!

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working is:triaged Indicates that an issue has been reviewed. stale
Projects
None yet
Development

No branches or pull requests

6 participants