You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/apis/Get-IcingaDirectorSelfServiceConfig.psm1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ function Get-IcingaDirectorSelfServiceConfig()
10
10
}
11
11
12
12
if ([string]::IsNullOrEmpty($ApiKey)) {
13
-
throw'Please enter either a template or your host key';
13
+
throw'Please enter either a template or your host key. If this message persists, ensure your host is not having a template key assigned already. If so, you can try dropping it within the Icinga Director.';
0 commit comments