The Secret Service API version V1 should be moved from the root path.
In the Secret Service for all CSPs, the API version is configured as part of the root path:
server.servlet.contextPath=/api/secret/v1/
Extracting it into the Controller makes services fail. But, we need to extract it, otherwise, it won't be possible to properly version the Secret API.
Here is the example of how it should be: https://community.opengroup.org/osdu/platform/system/reference/crs-conversion-service/-/blob/master/provider/crs-converter-aws/src/main/resources/application.properties?ref_type=heads#L18