SB 3.4.0 management endpoints properties migration doesn't seem work properly #43302
Labels
status: waiting-for-feedback
We need additional information before we can continue
status: waiting-for-triage
An issue we've not yet triaged
I'm migrating to 3.4.0 version and I apreciate that
management.endpoints.enable-by-default
andmanagement.endpoint.id.enabled
are deprecated as it says in the release notes.In these release notes it appears that there are 3 values for the new access properties: none, read-only and unrestricted. However, in the release documentation, the ‘disabled’ is indicated, but disabled is not a valid value:
In my application I have an endpoint running with the following configuration:
However when migrating to version 3.4 this endpoint is no longer exposed.
I thought that being deprecated properties and not deleted, I should not make changes yet.
Anyway I have made the following changes:
and the enpoint is still not exposed.
I have only been able to expose it with the following configuration:
But, this is not the correct behaivor.
The text was updated successfully, but these errors were encountered: