betadots / hdm

The Hiera Data Manager (HDM) is a Web UI to visualize Hiera data and make it searchable!
GNU Affero General Public License v3.0
20 stars 3 forks source link

Allow to query the module layer #360

Closed oneiros closed 2 months ago

oneiros commented 3 months ago

Fixes #331

Only uses the module layer when a key with a namespace matching one of the environment's modules is given.

This means that when displaying all keys for a given node, keys in modules will only be shown when they are overwritten in a higher layer. (First option discussed here: https://github.com/betadots/hdm/discussions/243#discussioncomment-8167712)

Please have a look.

(Small preview: image )