-
Bug
-
Resolution: Done
-
Blocker
-
fuse-7.11-GA
-
None
-
False
-
None
-
False
-
%
-
Todo
After the auditing feature is enabled in CR
spec:
components:
server:
features:
auditing: true
the server pod is not refreshed.
When I try it on the AR9 build, the server pod is refreshed correctly and the log contains the following message:
2022-04-21 14:33:53.794 INFO 1 --- [default.svc/...] .r.EventBasedConfigurationChangeDetector : Detected change in config maps 2022-04-21 14:33:53.795 INFO 1 --- [default.svc/...] .r.EventBasedConfigurationChangeDetector : Reloading using strategy: REFRESH 2022-04-21 14:33:55.181 INFO 1 --- [default.svc/...] b.c.PropertySourceBootstrapConfiguration : Located property source: [BootstrapPropertySource {name='bootstrapProperties-configmap.syndesis-server-config.mkralik2'}] 2022-04-21 14:33:55.272 INFO 1 --- [default.svc/...] o.s.boot.SpringApplication : The following profiles are active: kubernetes 2022-04-21 14:33:55.372 INFO 1 --- [default.svc/...] o.s.boot.SpringApplication : Started application in 1.498 seconds (JVM running for 860.465)
The syndesis-server config map was updated in both situations.
application.yml
features:
auditing:
enabled: true
Maybe it is related to this PR https://github.com/syndesisio/syndesis/pull/9927
- is related to
-
ENTESB-19153 Fuse Online 7.11 Build #AR12
- Resolved