hashicorp / hashicorp/envconsul

support recurse option

Open
#154 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Go
Stars
2.1k
Forks
194
PR merge metrics
No merged PRs in 30d

Description

At the moment envconsul doesn't support returning json like object when folder is queried. Instead it returns None.
For instance we have following k/v pairs:
```
services/scheduler/TASKS/mm_tick/expiration: 9
services/scheduler/TASKS/mm_tick/interval_sec: 10
```
I'd like to have an option to query `services/scheduler/TASKS` and get something like:
```
[{"mm_tick": {"expiration": 9, "interval_sec": 10}}]
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.