Replies: 1 comment
-
Hello, I bump the discussion with the steps to reproduce these errors with Httpie. Before that, you would need to have an authentication token:
|
Beta Was this translation helpful? Give feedback.
-
Hello, I bump the discussion with the steps to reproduce these errors with Httpie. Before that, you would need to have an authentication token:
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm having trouble assigning a public key through the
/api/plugins/secrets/user-keys/
endpoint and the following payload{'public_key': '-----BEGIN PUBLIC KEY-----\n...............\n-----END PUBLIC KEY-----'}
, I get this error:'{"private_key":["This field is required."]}'
with the status code 400.If I try to add the private key, I'm now getting a status code 500 with the following error:
Is there something I'm not doing right?
Thanks,
Hugo
Beta Was this translation helpful? Give feedback.
All reactions