Bug 1573559 - [Docs][Security] Federation docs are a mix of container and RPM based instructions
Summary: [Docs][Security] Federation docs are a mix of container and RPM based instruc...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 12.0 (Pike)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Roger Heslop
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-05-01 17:08 UTC by David Critch
Modified: 2021-02-12 15:13 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-02-12 15:13:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description David Critch 2018-05-01 17:08:46 UTC
Description of problem:
OSP12 brought in containers, and seems like the RH-SSO federation docs were updated to reflect that, but not all the way.

Examples Steps:
#4.7: the apache module should be in the keystone container, not installed 
via yum [0]

#4.10-11: keycloak-httpd-client-install command places files under /etc/httpd but 4.11 refers to changing files in the right spot, /var/lib/config-data/puppet-generated/keystone/etc/httpd/

#4.12: Files created in step 4.10 are not in /var/lib/config-data/puppet-generated/keystone/etc/httpd/ as the command assumes. Either 4.10 should be run in the container(?) or command should be:
tar -cvzf rhsso_config.tar.gz  \
   --exclude '*.orig' \
   --exclude '*~' \
   --transform 's,^etc/,/var/lib/config-data/puppet-generated/keystone/etc/,' \
   /etc/httpd/saml2 \
   /etc/httpd/conf.d/v3_mellon_keycloak_realm01.conf


[0]: https://bugzilla.redhat.com/show_bug.cgi?id=1573316



Version-Release number of selected component (if applicable):

https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/12/html-single/federate_with_identity_service/#steps


Note You need to log in before you can comment on or make changes to this bug.