Files
netbox/docs/features
Jason Novinger 7de62418c5 Closes #16681: Introduce render_config permission for configuration rendering
Add a new custom permission action `render_config` for rendering device and
virtual machine configurations via the REST API. This allows users to render
configurations without requiring the `add` permission.

Changes:
- Add permission check to RenderConfigMixin.render_config() for devices and VMs
- Update API tests to use render_config permission instead of add
- Add tests verifying permission enforcement (403 without render_config)
- Document new permission requirement in configuration-rendering.md

Note: Currently requires both render_config AND add permissions due to the
automatic POST='add' filter in BaseViewSet.initial(). Removing the add
requirement will be addressed in a follow-up commit.
2025-10-12 20:26:34 -05:00
..
2025-10-06 17:04:10 -04:00
2025-01-24 08:10:39 -05:00
2024-11-26 12:38:29 -05:00
2023-12-21 16:27:43 -05:00
2025-10-08 18:24:12 -04:00
2023-12-04 15:44:52 -05:00
2022-08-12 14:14:56 -04:00