Git Product home page Git Product logo

ess-plugin-vault's People

Contributors

aaronschweig avatar ezgidemirel avatar turkenh avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ess-plugin-vault's Issues

Vault Auth Kubernetes Method

What happened?

With regard to this plugin, so far it only authenticates via token and the latest code will have the option to authenticate with kubernetes service accout:

const (
      VaultAuthToken VaultAuthMethod = "Token"
      // VaultAuthKubernetes indicates that "Kubernetes Auth" will be used to
      // authenticate to Vault.
      // https://developer.hashicorp.com/vault/docs/auth/kubernetes
      VaultAuthKubernetes VaultAuthMethod = "Kubernetes"
  )

This avoids having to use the annotations found in the crossplane documentation. However, a version with this authentication method change has not yet been released.

How could Crossplane help solve your problem?

I would like to know if there is a release date for this update/release?

What environment did it happen in?

Crossplane version: 1.13.2

MountVolume.SetUp failed for volume "certs" : secret "ess-server-certs" not found

What happened?

I applied the chart es recommended but the pod is failing because of a missing secret:

MountVolume.SetUp failed for volume "certs" : secret "ess-server-certs" not found

How can we reproduce it?

cat > values.yaml <<EOF
podAnnotations:
  vault.hashicorp.com/agent-inject: "true"
  vault.hashicorp.com/agent-inject-token: "true"
  vault.hashicorp.com/role: crossplane
  vault.hashicorp.com/agent-run-as-user: "65532"
EOF

helm upgrade --install ess-plugin-vault oci://xpkg.upbound.io/crossplane-contrib/ess-plugin-vault --namespace crossplane-system -f values.yaml

What environment did it happen in?

Crossplane version: 1.13.1

VaultConfig does not exist on secrets.crossplane.io/v1alpha1

What happened?

I want to add "Vault as an External Secret Store", however I'm stuck at adding "VaultConfig" as this kind does not exist on secrets.crossplane.io/v1alpha1.
kubectl api-resources | grep secrets.crossplane.io --> storeconfigs secrets.crossplane.io/v1alpha1 false StoreConfig

How can we reproduce it?

  • add crossplane in your cluster
  • kubectl api-resources | grep secrets.crossplane.io

What environment did it happen in?

Crossplane version: 1.12.1

PROBLEM FOUND: Argocd does somehow not deploy crds from oci registries.

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.