Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose config context to templates #9

Open
mraerino opened this issue Aug 11, 2022 · 0 comments
Open

Expose config context to templates #9

mraerino opened this issue Aug 11, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@mraerino
Copy link
Member

Templates will need to access the rendered config context data of the device to use it for custom settings not available in Netbox.

The config context is a JSON object we can deserialize into map[string]interface{}.
Templates can use the index function to access arbitrary values in a map.

@mraerino mraerino added the enhancement New feature or request label Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant