Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix installer update-ca-trust command #1985

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

JoelKle
Copy link
Contributor

@JoelKle JoelKle commented Oct 30, 2024

SUMMARY

The awx-task, awx-web and awx-migration run an init container init-bundle-ca-trust if you want to add your own CA certificate to the truststore. Therefore the update-ca-trust command is used.

The latest release of the update-ca-trust requires the --output param if you run as non-root user.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
ADDITIONAL INFORMATION

See: https://gitlab.com/redhat/centos-stream/rpms/ca-certificates/-/commit/81a090f89a413487bb8a8677eff9bb4fb8bfbf71
And: ansible/awx-ee#258 (comment)

Fixes: ansible/awx-ee#258

Before the init pod init-bundle-ca-trust failed with the following error message:

ln: failed to create symbolic link '/etc/pki/ca-trust/extracted/pem/directory-hash/ca-certificates.crt': Permission denied

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

image awx-ee:latest broken for use with awx-operator
1 participant