Skip to content

Redis Environment repository not respecting/returning default "application" values #3134

@dan-greene-brivo

Description

@dan-greene-brivo

Describe the bug
Git based config server returns properties for the app, it's profiles, as well as defaults contained in "application.properties"
Redis based config server returns ONLY the app files, and not the values stored in the key "application"

Sample
Stand up a config server backed by redis
curl localhost:8080/app/profile1,profile2 | jq

review the propertySources returned, it will only be searching for "app","app-profile1","app-profile2", and NOT "application","application-profile1", and "application-profile2"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions