Bug 1953344
| Summary: | [OPS 16] - RHOSP Director should support changing crypto policy inside containers | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Matt Flusche <mflusche> | |
| Component: | openstack-tripleo | Assignee: | OSP Team <rhos-maint> | |
| Status: | NEW --- | QA Contact: | Joe H. Rahme <jhakimra> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 16.1 (Train) | CC: | alee, cmuresan, dhill, dwilde, hrybacki, jjung, mburns, nkinder | |
| Target Milestone: | --- | Keywords: | FutureFeature, Reopened | |
| Target Release: | --- | Flags: | hrybacki:
needinfo?
(nkinder) jjung: needinfo? (dwilde) |
|
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2064347 (view as bug list) | Environment: | ||
| Last Closed: | 2022-07-11 19:41:54 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 2064347 | |||
|
Description
Matt Flusche
2021-04-25 16:11:20 UTC
Additional info for the work-around:
~~~
On QA, we did the following steps and it still didn't get LDAPS login working
sudo podman exec -ti keystone update-crypto-policies --set LEGACY
sudo podman restart keystone
Then I ended up doing the below step as well and got it working
commented out the following line from /etc/openldap/ldap.conf.
TLS_CACERTDIR /etc/openldap/cacerts
~~~
|