-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
publish.host_keys function #659
Comments
What exactly is this? Are you wanting a way for the minion to return it's private keys? If so, should they be encrypted with the master public key so only the master can read / decrypt them? These keys + the right id could be used to impersonate a minion, right? |
you are overthinking this, we just want to be able to easily gather all of the ssh public host keys |
Hence why I asked what this actually was. I can do a basic version of this hopefully this weekend. |
it should be an easy thing to add |
This can be done with |
…0.8.9 Bump changelog
…t Bundle (saltstack#659) * Show warning instead of crashing when stats cannot be fetched * Skip tests that are not compatible with Salt Bundle * test_syndic_eauth: do not produce error if docker service is not running * test_cmdmod: assert properly in case of DeprecationsWarnings * Include path as part of output in case of errors Co-authored-by: Marek Czernek <[email protected]> --------- Co-authored-by: Marek Czernek <[email protected]>
…t Bundle (saltstack#659) * Show warning instead of crashing when stats cannot be fetched * Skip tests that are not compatible with Salt Bundle * test_syndic_eauth: do not produce error if docker service is not running * test_cmdmod: assert properly in case of DeprecationsWarnings * Include path as part of output in case of errors Co-authored-by: Marek Czernek <[email protected]> --------- Co-authored-by: Marek Czernek <[email protected]>
…t Bundle (saltstack#659) * Show warning instead of crashing when stats cannot be fetched * Skip tests that are not compatible with Salt Bundle * test_syndic_eauth: do not produce error if docker service is not running * test_cmdmod: assert properly in case of DeprecationsWarnings * Include path as part of output in case of errors Co-authored-by: Marek Czernek <[email protected]> --------- Co-authored-by: Marek Czernek <[email protected]> BACKPORT-UPSTREAM=saltstack#66647
the publish module is the place to put convenience functions for the peer publisher
The text was updated successfully, but these errors were encountered: