Describe the bug
Using Vault, we group our microservice applications secrets under a common folder/path.
The property org.springframework.cloud.config.server.environment.VaultEnvironmentProperties.pathToKey seems to cater for this but the pathToKey property is ignored.
Code to support this functionality existed in org.springframework.cloud.config.server.environment.VaultEnvironmentRepository
but it appears to have not been implemented in org.springframework.cloud.config.server.environment.vault.SpringVaultEnvironmentRepository