Code Monkey home page Code Monkey logo

Comments (5)

jamessthompson avatar jamessthompson commented on June 1, 2024 1

Done. But I can't remove it from yours @sreedharbukya

from kubernetes-external-secrets.

sreedharbukya avatar sreedharbukya commented on June 1, 2024

I removed the comments

from kubernetes-external-secrets.

maxtacu avatar maxtacu commented on June 1, 2024

@jamessthompson do you still have this issue?
I will check it on my side

from kubernetes-external-secrets.

maxtacu avatar maxtacu commented on June 1, 2024

@jamessthompson Everything works fine on my side. Followed the example in the readme and configured external secret in the minikube using AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY

{"level":30,"time":1565290093332,"pid":16,"hostname":"kubernetes-external-secrets-767f588698-tjdfx","msg":"starting poller","v":1}
{"level":30,"time":1565290103344,"pid":16,"hostname":"kubernetes-external-secrets-767f588698-tjdfx","msg":"running poll","v":1}
{"level":30,"time":1565290103354,"pid":16,"hostname":"kubernetes-external-secrets-767f588698-tjdfx","msg":"fetching secret property password","v":1}
{"level":30,"time":1565290108756,"pid":16,"hostname":"kubernetes-external-secrets-767f588698-tjdfx","msg":"upserting secret hello-service in default","v":1}
{"level":30,"time":1565290113349,"pid":16,"hostname":"kubernetes-external-secrets-767f588698-tjdfx","msg":"running poll","v":1}
{"level":30,"time":1565290113349,"pid":16,"hostname":"kubernetes-external-secrets-767f588698-tjdfx","msg":"fetching secret property password","v":1}
{"level":30,"time":1565290118627,"pid":16,"hostname":"kubernetes-external-secrets-767f588698-tjdfx","msg":"upserting secret hello-service in default","v":1}
{"level":30,"time":1565290123353,"pid":16,"hostname":"kubernetes-external-secrets-767f588698-tjdfx","msg":"running poll","v":1}
{"level":30,"time":1565290123355,"pid":16,"hostname":"kubernetes-external-secrets-767f588698-tjdfx","msg":"fetching secret property password","v":1}
$ aws ssm get-parameter --name "/hello-service/password"
{
    "Parameter": {
        "Name": "/hello-service/password",
        "Type": "String",
        "Value": "1234",
        "Version": 1,
        "LastModifiedDate": 1565290047.446,
        "ARN": "arn:aws:ssm:eu-west-1:286420114124:parameter/hello-service/password"
    }
}
$ kubectl get secrets
NAME                                      TYPE                                  DATA   AGE
default-token-rljst                       kubernetes.io/service-account-token   3      19h
hello-service                             Opaque                                1      22s
kubernetes-external-secrets-token-2wkc2   kubernetes.io/service-account-token   3      3m4s

from kubernetes-external-secrets.

jamessthompson avatar jamessthompson commented on June 1, 2024

Hey @tmxak

Sorry for the late reply, I've been out of the office for the last week. I tried again this afternoon and discovered that I was running external-secrets with an invalid AWS_REGION setting. Once I fixed that everything works as expected. Thanks for the assistance!

Closing the issue.

from kubernetes-external-secrets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.