-
Bug
-
Resolution: Done
-
Major
-
None
-
None
- Remove outdated field from database
- Add new caches to standalone-full.xml
- remove unused configuration property from the database by SQL delete from configuration where property='rhtit.restServicesTermsIdCacheRHEL';
- set configuration property rhtsso.bridgeUrl to https://broker.redhat.com/partner/drc/userMapping?redirect= for PROD environment -
ORG-2759 - set configuration property rhtsso.bridgeDomains to access.redhat.com for PROD environment -
ORG-2759 - set configuration property rhd.themeResourcesBaseUrl to //static.jboss.org/rhd/1.2-build-1864 (testing one is //static.jboss.org/rhd/pr/754/build/194/originals) -
ORG-2619 - change the 3rd-party screening on staging to point to rhstage.ocr-inc.com on staging.
Update procedure for the STG database refresh from the PROD by next two SQL statements:
update configuration set value='https://broker.stage.redhat.com/partner/drc/userMapping?redirect=' where property='rhtsso.bridgeUrl'; update configuration set value='access.stage.redhat.com' where property='rhtsso.bridgeDomains';
also implement change of URLs in external link configuration (url column in table url_for_download) from domain access.redhat.com to domain access.stage.redhat.com