Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Support references into secrets and config maps #194

Open
wryun opened this issue Jan 2, 2018 · 0 comments
Open

Support references into secrets and config maps #194

wryun opened this issue Jan 2, 2018 · 0 comments
Labels

Comments

@wryun
Copy link
Contributor

wryun commented Jan 2, 2018

This is a step in allowing us to change the 'shape' of secrets, which is particularly important due to the way parametersFrom works in Service Catalog:

https://github.com/kubernetes-incubator/service-catalog/blob/master/docs/parameters.md

(i.e. the secret ends up merged directly into the inputs without the ability to customise the field name)

In the longer term, this functionality would allow:

  • plugins to explicitly declare secret dependencies
  • objects (e.g. service instances) to directly have non-secret parameters from secrets
  • new secrets be created in smith from the outputs of other secrets (however, at the moment this is impossible due to the limited templating language used)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants