You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
Currently our ConfigGetRequest only supports looking up config variables by a prefix. If the prefix matches multiple config vars, it returns them all. There's no way to look up a specific config var only.
Describe the bug
Currently our
ConfigGetRequest
only supports looking up config variables by a prefix. If the prefix matches multiple config vars, it returns them all. There's no way to look up a specific config var only.waypoint/pkg/server/proto/server.proto
Lines 4671 to 4701 in 596cf48
waypoint/pkg/server/proto/server.proto
Lines 4698 to 4700 in 596cf48
This might be surprising behavior if a user knows exactly what they want to look up and they aren't interested in prefix matching for all cases.
Steps to Reproduce
waypoint config get my-prefix
wheremy-prefix
is the same string prefix that you setExpected behavior
I imagine it might be nice to for this endpoint to have an exact lookup rather than a prefix.
Waypoint Platform Versions
Additional version and platform information to help triage the issue if
applicable:
docker
,nomad
,kubernetes
)aws/ecs
,pack
,azure
)Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: