{% extends 'generic/object.html' %} {% load static %} {% block title %}{{ object }} — Secret engines{% endblock %} {% block content %}
{% csrf_token %}

Mounted engines

No mount metadata loaded.
PathTypeDescriptionTTL
Load mounts to begin.
{% if perms.netbox_openbao.manage_secret_engines_openbaocluster or perms.netbox_openbao.disable_secret_engines_openbaocluster %}

Lifecycle

{% if perms.netbox_openbao.manage_secret_engines_openbaocluster %}

Enable

Tune

Remount

REMOUNT <source> TO <destination> ON {{ object.slug }}
{% endif %} {% if perms.netbox_openbao.disable_secret_engines_openbaocluster %}

Disable

DISABLE ENGINE <mount> ON {{ object.slug }}
{% endif %}
{% endif %}

First-class engine journeys

Use task-oriented, mount-bound workflows for KV, transit, database, SSH, TOTP, PKI, and Kubernetes. Only journeys allowed by your dedicated permissions and advertised by this cluster are shown.

No journey catalog loaded.
No result.
{% if perms.netbox_openbao.explore_secret_operations_openbaocluster %}

Classified mounted-operation explorer

No catalog loaded.
No result.
{% endif %}
{% endblock content %}