mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
parent
f06b5df3ae
commit
56293f167f
@ -265,6 +265,10 @@ class SelfServiceController extends ActionController
|
|||||||
'transform_hostname' => $transform,
|
'transform_hostname' => $transform,
|
||||||
'flush_api_directory' => $settings->get('self-service/flush_api_dir') === 'y'
|
'flush_api_directory' => $settings->get('self-service/flush_api_dir') === 'y'
|
||||||
];
|
];
|
||||||
|
$username = $settings->get('self-service/icinga_service_user');
|
||||||
|
if (strlen($username)) {
|
||||||
|
$params['icinga_service_user'] = $username;
|
||||||
|
}
|
||||||
|
|
||||||
if ($transform === '2') {
|
if ($transform === '2') {
|
||||||
$transformMethod = '.upperCase';
|
$transformMethod = '.upperCase';
|
||||||
|
@ -20,6 +20,9 @@ before switching to a new version.
|
|||||||
* FIX: Loop detection works again (#1631)
|
* FIX: Loop detection works again (#1631)
|
||||||
* FEATURE: RO users could want to see where a configured service originated (#1785)
|
* FEATURE: RO users could want to see where a configured service originated (#1785)
|
||||||
|
|
||||||
|
### REST API
|
||||||
|
* FIX: Self Service API now ships optional Service User parameter (#1297)
|
||||||
|
|
||||||
### DB Schema
|
### DB Schema
|
||||||
* FIX: it wasn't possible to use the same custom var in multiple notification
|
* FIX: it wasn't possible to use the same custom var in multiple notification
|
||||||
definitions on PostgreSQL (#1762)
|
definitions on PostgreSQL (#1762)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user