parent
f06b5df3ae
commit
56293f167f
|
@ -265,6 +265,10 @@ class SelfServiceController extends ActionController
|
|||
'transform_hostname' => $transform,
|
||||
'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') {
|
||||
$transformMethod = '.upperCase';
|
||||
|
|
|
@ -20,6 +20,9 @@ before switching to a new version.
|
|||
* FIX: Loop detection works again (#1631)
|
||||
* 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
|
||||
* FIX: it wasn't possible to use the same custom var in multiple notification
|
||||
definitions on PostgreSQL (#1762)
|
||||
|
|
Loading…
Reference in New Issue