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

hoover mixin #352

Closed
carolynvs opened this issue May 20, 2019 · 1 comment
Closed

hoover mixin #352

carolynvs opened this issue May 20, 2019 · 1 comment
Labels
nope This will not be worked on, #SorryNotSorry

Comments

@carolynvs
Copy link
Member

I want a mixin that can listen for all the outputs being created by the bundle and "hoover them up". For example, the mixin could listen for all the outputs and then store them in a key value store.

mixins:
- azurehoover:
  collector: true
  destination: "{{ bundle.parameters.hoover-bucket }}"

# or use a global config entry here
# azurehoover:

install:
- helm:
    outputs:
    - name: password
       collect: false
    - name: host
      # by default everything is collected
@carolynvs carolynvs added the hmm 🛑🤔 Needs more thinking time. Don't start on it yet, please. label May 20, 2019
@carolynvs carolynvs added the mixin idea Suggest a new mixin label May 22, 2021
@carolynvs
Copy link
Member Author

Closing since we are going to start storing sensitive outputs in secret store in #1027

@carolynvs carolynvs added nope This will not be worked on, #SorryNotSorry and removed hmm 🛑🤔 Needs more thinking time. Don't start on it yet, please. mixin idea Suggest a new mixin labels Mar 11, 2022
@carolynvs carolynvs moved this from Inbox to Done in Porter and Mixins Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nope This will not be worked on, #SorryNotSorry
Projects
Development

No branches or pull requests

1 participant