mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:17:33 +00:00
feat: allow using a local RSA key for machine keys (#7671)
* Allow using a local RSA key for machine keys * Add check for key validity * Fix naming error * docs: provide translations of invalid key --------- Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -109,6 +109,7 @@ Errors:
|
||||
Key:
|
||||
NotFound: Chave de máquina não encontrada
|
||||
AlreadyExisting: Chave de máquina já existe
|
||||
Invalid: A chave pública não é uma chave pública RSA válida no formato PKIX com codificação PEM
|
||||
Secret:
|
||||
NotExisting: Segredo não existe
|
||||
Invalid: Segredo é inválido
|
||||
|
Reference in New Issue
Block a user