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

allow also <path:/...> into key #171

Closed
obeyler opened this issue Aug 2, 2021 · 3 comments
Closed

allow also <path:/...> into key #171

obeyler opened this issue Aug 2, 2021 · 3 comments
Labels
feature request wontfix This will not be worked on

Comments

@obeyler
Copy link

obeyler commented Aug 2, 2021

Is your feature request related to a problem? Please describe.
in some product (such by example argocd :-) ) we need to build key into yaml file.
By example the configmap to provide the certificate looks like:

apiVersion: v1
kind: ConfigMap
metadata:
  labels:
    app.kubernetes.io/name: argocd-tls-certs-cm
    app.kubernetes.io/part-of: argocd
    avp.kubernetes.io/kv-version: "2"
  name: argocd-tls-certs-cm
data:
  gitlab.mydomain-name.com: |-
   <path:kv/data/global#admin-ca>

I put the certificate into a vault by I also want to put the key: mydomain-name.com

Describe the solution you'd like
I would like to do this:

apiVersion: v1
kind: ConfigMap
metadata:
  labels:
    app.kubernetes.io/name: argocd-tls-certs-cm
    app.kubernetes.io/part-of: argocd
    avp.kubernetes.io/kv-version: "2"
  name: argocd-tls-certs-cm
data:
  gitlab.<path:kv/data/global#admin-domain>: |-
   <path:kv/data/global#admin-ca>
@stale
Copy link

stale bot commented Oct 1, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Oct 1, 2021
@stale stale bot closed this as completed Oct 8, 2021
@omrishiv
Copy link

Is there a reason this doesn't work? I would find this very useful

@werne2j
Copy link
Member

werne2j commented May 12, 2023

This is not a priority for us but if this is a feature you’d like we would gladly review and take a PR into consideration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants