[midPoint] resource password issue after upgrading 4.8.5->4.8.8
Markus Calmius
markus.calmius at proton.ch
Thu Sep 4 15:25:56 CEST 2025
Hi,
answering my own question:
There's an issue with white-spaces in resource.xml. It took me way too long to find that the algorithm-tag looked like this:
<t:algorithm xmlns="http://prism.evolveum.com/xml/ns/public/types-3"> http://www.w3.org/2001/04/xmlenc#aes256-cbc </t:algorithm>
when changing it to this:
<t:algorithm xmlns="http://prism.evolveum.com/xml/ns/public/types-3">http://www.w3.org/2001/04/xmlenc#aes256-cbc</t:algorithm>
it all worked again
Kind regards,
Markus
On Wednesday, 3 September 2025 at 16:50, Markus Calmius via midPoint <midpoint at lists.evolveum.com> wrote:
> Hi,
>
> after upgrading to 4.8.8 whenever we upload a resource from midpoint studio we get an error:
>
>>
>
> FATAL_ERROR Unable to decrypt value of element password: Null or empty transformation
>
> This worked without issues on 4.8.5.
> Even if I set it in the gui, copy the <t:encryptedData>-section and paste it in the xml-file, I get the same error.
>
> any ideas what's going on?
>
> Thanks in advance,
> Markus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20250904/8bc6d214/attachment.htm>
More information about the midPoint
mailing list