gRPC plugin API for signers #4761
matt-allan
started this conversation in
Ideas
Replies: 1 comment
-
|
Hi @matt-allan, we are investigating the right way to plug connectors / storages to Dex. The latest idea was described in #4578 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I read through #1907 and #1020 which discuss adding a gRPC API for connectors. I think that would be great. I'm wondering if a gRPC plugin API would make sense for the
Signerinterface too.My only option right now for signing keys is to either store the key material in the database or use Vault. I would prefer to use my cloud's KMS or secret manager. A gRPC API would allow adding the signer without pulling cloud vendor SDKs into Dex. The main downside is the user has to run a sidecar service.
Config would be something like this:
Beta Was this translation helpful? Give feedback.
All reactions