{# SPDX-License-Identifier: Apache-2.0 #} {# Copyright (C) 2025 Marcin Zieba #} {% extends 'netbox_nso_plugin/settings_object_edit.html' %} {% block content %} {{ block.super }}
Bearer Token & Effective Endpoint

The bearer token is read only from PLUGINS_CONFIG["netbox_nso_plugin"]["adapter_token"] (configuration.py / env) and is never stored in the database. Everything else on this page is the editable Adapter Connection record.

Bearer token {% if token_configured %}configured {% else %}not set — set adapter_token in PLUGINS_CONFIG{% endif %} (source: PLUGINS_CONFIG / env)
Effective adapter URL {% if effective_url %}{{ effective_url }}{% else %}not configured{% endif %} (source: {{ url_source }})
Derived Intent Templates Manage templates
{% if derived_intent_templates %} {% for tpl in derived_intent_templates %} {% endfor %}
Sentinel Pattern
{{ tpl.sentinel }} {{ tpl.template }}
{% else %}

No derived intent templates configured. Add one in NetBox to enable automatic interface description management.

{% endif %}
{% endblock content %}