Skip to content
#

hashicorp

Here are 497 public repositories matching this topic...

keiSunagawa
keiSunagawa commented Feb 26, 2021

CRD resource API Group version v1beta is deprecated in k8s 1.19.
kubernetes/kubernetes#90673

external-secret helm chart has apiextensions.k8s.io/v1beta1 crd resource.
https://github.com/external-secrets/kubernetes-external-secrets/blob/master/charts/kubernetes-external-secrets/crds/kubernetes-client.io_externalsecrets_crd.yaml#L2

but, less 1.17 use `v1b

johnnybubonic
johnnybubonic commented Mar 2, 2021

So there is currently an hvac.v1.Client.sys.list_mounted_secrets_engines() method.

However, for obvious reasons this will fail as it will attempt to list all mounted secrets engines (as it calls /v1/sys/mounts).

The web UI, however, shows what mounts the current token has access to.

While poking around the live API documentation the other day (`VAULT_BASE_URI/ui/vault/api-explorer

Improve this page

Add a description, image, and links to the hashicorp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hashicorp topic, visit your repo's landing page and select "manage topics."

Learn more