Markus Rexhepi-Lindberg

Results 7 comments of Markus Rexhepi-Lindberg

This was addressed in the [24.2.0](https://github.com/ansible/awx/releases/tag/24.2.0) release.

I can verify that versions =< 3.9.0 don't work but the 4.0.0-beta1 version works.

@rcritten Since IPA does not use DS's healthcheck severity level could this checks severity level be lowered to WARNING in IPA?

> healthcheck doesn't ignore the DS severity. It converts it. See [#283 (comment)](https://github.com/freeipa/freeipa-healthcheck/issues/283#issuecomment-2111803800) > > "medium" from DS is converted into a ipa-healthcheck ERROR severity. Thanks for clarifying. Do we...

I looked at the code and would assume as much and I tend to agree. Currently we exclude this specific check since we can't really "trust" the ERROR trigger.

Seems like the version bump to 3.2+ for openssl was introduced in https://quay.io/repository/sclorg/postgresql-15-c9s/manifest/sha256:4844fa1757c82f9d5b585946ec77d8277225997b57a4fb956cc17e1240506742. So changing the version from `latest` to `20240424` would probably work.

I can confirm that changing the version to `20240424` works. Example using the `postgres_image_version` spec: ``` --- apiVersion: awx.ansible.com/v1beta1 kind: AWXBackup metadata: name: awxbackup-test namespace: awx spec: no_log: false deployment_name:...