Hi, I think it's not a bug much more a feature,
We were using passbolt cli to insert items like this :
passbolt create resource --name "machine - ssh - user" --username "user" --uri "ssh://user@machine" --password "password" -f "df4e896b-8d7f-49da-b3fa-2ff614546760"
This was working before, but now the command give this error :
Error: Creating Resource: Creating Resource: Error API JSON Response Status: Message: La création/modification de ressource avec des métadonnées en clair n'est pas autorisée., Body: ""
The version used is the last one :
passbolt version 0.3.2 (Built on 2025-03-04T16:28:33Z from Git SHA 43cc96a)
**Passbolt Server Version **
- Edition: PRO
- Version 5.2.0
So the question is : what's the workaround to put information in the command to be accepted by the server (maybe crypt password before paassing to command, or add some items missing ?) ?
Thanks for your support,