Expiry flag not removed
Describe the bug: Expiry flag is not removed when password is updated via go-passbolt-cli
To Reproduce:
go-passbolt-cli update resource --id=****** --description=***** --password=*****
Password is updated, but expiry flag is stil set.
Passbolt Server Version (please complete the following information):
- Edition: Community
- Version: 5.0.0
go-passbolt-cli Version (please complete the following information):
- OS: linux
- Version: 0.3.2
Hi, can you run passbolt get resource with --debug before and after updating it?
I am interested in the Raw Response Log lines After the Line which starts with [go-passbolt] Request URL: https://dev-passbolt.sp-online.de/resources and [go-passbolt] Request URL: https://dev-passbolt.sp-online.de/secrets/resource/
To censor the logs you can remove your Server URL and the "data":"-----BEGIN PGP MESSAGE-----....-----END PGP MESSAGE----- Parts
I have created a Issues on go-passbolt to Support Password Expiry https://github.com/passbolt/go-passbolt/issues/51
This works since v0.4.0.beta.1