| Business unit |
{% if perms.inventory.view_metabusinessunit %}
{{ object.business_unit }}
{% else %}
{{ object.business_unit }}
{% endif %}
|
| URL |
{{ object.url }} |
API authentication |
| CA chain |
{% for cert_tree in object.iter_ca_chain_cert_trees %}
- Common name
- {{ cert_tree.common_name }}
- Issuer common name
- {{ cert_tree.signed_by.common_name }}
- Validity
- {{ cert_tree.valid_from }} → {{ cert_tree.valid_until }}
{% empty %}
Could not get CA chain info
{% endfor %}
|
{% if object.cert %}
| Client certificate |
{% with object.get_cert_tree as cert_tree %}
{% if cert_tree %}
- Common name
- {{ cert_tree.common_name }}
- Issuer common name
- {{ cert_tree.signed_by.common_name }}
- Validity
- {{ cert_tree.valid_from }} → {{ cert_tree.valid_until }}
{% else %}
Could not get cert info
{% endif %}
{% endwith %}
|
{% else %}
| PE RBAC token |
{{ object.get_rbac_token }}
|
{% endif %}
Report processor |
| URL |
{{ object.get_post_report_full_url }} |
| Token |
{{ object.get_report_processor_token }}
|
Options |
| Requests timeout |
{{ object.timeout|duration_repr }} |
| Group fact keys |
{{ object.group_fact_keys|join:", "|default:"-" }} |
| Extra fact keys |
{{ object.extra_fact_keys|join:", "|default:"-" }} |
| PuppetBoard URL |
{% if object.puppetboard_url %}
{{ object.puppetboard_url }}
{% else %}
-
{% endif %}
|
| Debian packages shard |
{{ object.deb_packages_shard }}% |
| Windows programs shard |
{{ object.programs_shard }}% |
| Principal user |
| Unique ID key |
{{ object.principal_user_unique_id_key|default:"-" }} |
| Principal name key |
{{ object.principal_user_principal_name_key|default:"-" }} |
| Display name key |
{{ object.principal_user_display_name_key|default:"-" }} |
|
| Report heartbeat timeout |
{{ object.report_heartbeat_timeout|duration_repr }} |