{% extends 'base.html' %} {% block title %}Settings{% endblock %} {% block content %}

Settings

{% if saved %}
Section "{{ saved }}" sauvegardee.
{% endif %} {% macro section_header(key, title, badge_text, badge_class, extra="") %} {% endmacro %}
{% if visible.qualys %}
{{ section_header("qualys", "Qualys API", "Connecte", "badge-green", q_tags|string + " tags / " + q_assets|string + " assets / " + q_linked|string + " lies") }}
{% if editable.qualys %}{% endif %}
{% endif %} {% if visible.ssh_key %}
{{ section_header("ssh_key", "SSH Cle privee", "ssh_key", "badge-green") }}

Surchargeable par serveur (ssh_user, ssh_port dans la fiche serveur).

{% if editable.ssh_key %}{% endif %}
{% endif %} {% if visible.ssh_pwd %}
{{ section_header("ssh_pwd", "SSH Password", "ssh_pwd", "badge-yellow") }}

Pour les environnements recette sans cle SSH. Chaque operateur peut configurer son propre compte.

{% if editable.ssh_pwd %}{% endif %}
{% endif %} {% if visible.ssh_psmp %}
{{ section_header("ssh_psmp", "SSH PSMP — CyberArk", "ssh_psmp", "badge-yellow") }}

Auth keyboard-interactive. Chaque operateur configure son propre compte CyberArk. MDP saisi en session.

{% if editable.ssh_psmp %}{% endif %}
{% endif %} {% if visible.rdp_psm %}
{{ section_header("rdp_psm", "RDP PSM — CyberArk", "rdp_psm", "badge-blue") }}

Connexion RDP via token PVWA API. Production Windows uniquement.

{% if editable.rdp_psm %}{% endif %}
{% endif %} {% if visible.vsphere %}
{% if editable.vsphere %}

Credentials vSphere (communs)

{% endif %}

vCenters enregistres

{% if editable.vsphere %}{% endif %} {% for vc in vcenters %} {% if editable.vsphere %} {% endif %} {% endfor %}
Nom Endpoint Datacenter Description Responsable ActifAction
{{ vc.name }} {{ vc.endpoint }} {{ vc.datacenter or '-' }} {{ vc.description or '-' }} {{ vc.responsable or '-' }} {{ 'Oui' if vc.is_active else 'Non' }} {% if vc.is_active %}
{% endif %}
{% if editable.vsphere %}

Ajouter un vCenter

{% endif %}
{% endif %} {% if visible.splunk %}
{{ section_header("splunk", "Splunk — Remote Log", "HEC", "badge-yellow") }}

Envoie les evenements de patching vers Splunk via HEC.

{% if editable.splunk %}{% endif %}
{% endif %} {% if visible.teams %}
{{ section_header("teams", "Teams — Notifications", "Webhook + SharePoint", "badge-blue") }}

Canal Teams (Webhook direct)

Conversation groupe (SharePoint + Power Automate)

Power Automate : depose JSON sur SharePoint → lit + poste dans la conversation → supprime.

{% if editable.teams %}{% endif %}
{% endif %} {% if visible.itop %}
{% for key, label, is_secret in sections.itop %}
{% endfor %}
- Import serveurs + metadata
- Sync responsables / referents
- Lien applications / clusters
- Enrichissement domaine / environnement
{% if editable.itop %}{% endif %}
{% endif %}
{% endblock %}