Support for signed minion keys #67547
Replies: 5 comments
-
will approve as a feature request thanks |
Beta Was this translation helpful? Give feedback.
-
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. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
Valid feature request and not see stale |
Beta Was this translation helpful? Give feedback.
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
-
This is a nice feature request, please don't stale |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description of Issue/Question
When running a multi-master setup, you need to manually accept all minion public keys on all masters. This is not scalable, especially if your masters are somewhat ephemeral (like running masters in a kubernetes cluster). In the same way minions can trust multiple master with a signature system, add the ability for masters to accept minions if they present a signature that is from a recognized key. This will mean masters do not need to keep every single minion's key, and just need to accept minions that present a valid signature. An external KMS can then be used to pre-populate minion keys (like hashicorp vault), since the minion keys can be signed by the central key authority
Beta Was this translation helpful? Give feedback.
All reactions