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

[whishlist] Globbing support for encryptedTags #106

Open
sbocahu opened this issue Dec 17, 2013 · 1 comment
Open

[whishlist] Globbing support for encryptedTags #106

sbocahu opened this issue Dec 17, 2013 · 1 comment

Comments

@sbocahu
Copy link

sbocahu commented Dec 17, 2013

It would be nice to have some globbing support for encryptedTags. That would permit to securely store per host private information, such as passwords, for later use as "variables" in deployment systems (automated tags). (For example, mysql root password for an automated mysql installation from puppet)

For example:

features {
encryptedTags = ["private_*"]
}

Would store any tag beginning with private_ encrypted.

I'll have a look to see if I can add this feature myself, but any criticizing or help would be greatly appreciated, of course :)

Thanks !

@william-richard
Copy link
Contributor

I think the way that we have it now, where you can set the tags to be encrypted in your config file, is good. If you really want this feature, we welcome a pull request.

@yl3w yl3w added this to the Release 2.0 milestone May 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants