-
Bug
-
Resolution: Done
-
Major
-
7.13.3.GA, IBM BAMOE 8.0.3.GA
-
False
-
None
-
False
-
-
-
-
-
-
CR1
-
-
-
---
-
---
-
-
-
2023 Week 27-29 (from Jul 3), 2023 Week 30-32 (from Jul 24)
Introduced by https://issues.redhat.com/browse/RHPAM-4431
Business Central now requires ssl to enabled so users can perform login.
This is caused by the enforcing of the secure flag in the web.xml:
301 <session-config> 302 <session-timeout>1440</session-timeout> 303 <cookie-config> 304 <path>/</path> 305 <http-only>true</http-only> 306 <secure>true</secure> 307 <max-age>1440</max-age> 308 </cookie-config> 309 </session-config>
This new configuration broke the Operator option to disable SSL.
In the container side, we would need to make this option configurable.
- relates to
-
RHPAM-4783 Reconcile loop in BA Operator does not recognize change of disableSsl to false
- New