Change UI from using password to password or password store.
Changed copyright headers to specify GPL.
This commit is contained in:
parent
11b6cc7ec0
commit
54b2a567a2
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# Copyright 2023, Spearhead Systems SRL.
|
# Copyright (C) 2023 Spearhead Systems SRL - License: GNU General Public License v2
|
||||||
|
|
||||||
import json
|
import json
|
||||||
from datetime import datetime, timezone
|
from datetime import datetime, timezone
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright 2023, Spearhead Systems SRL.
|
# Copyright (C) 2023 Spearhead Systems SRL - License: GNU General Public License v2
|
||||||
|
|
||||||
az=/usr/bin/az
|
az=/usr/bin/az
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# Copyright 2023, Spearhead Systems SRL.
|
# Copyright (C) 2023 Spearhead Systems SRL - License: GNU General Public License v2
|
||||||
|
|
||||||
def agent_azure_keyvault(params, hostname, ipaddress):
|
def agent_azure_keyvault(params, hostname, ipaddress):
|
||||||
tenant = params["tenant"]
|
tenant = params["tenant"]
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# Copyright 2023, Spearhead Systems SRL.
|
# Copyright (C) 2023 Spearhead Systems SRL - License: GNU General Public License v2
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
from cmk.gui.i18n import _
|
from cmk.gui.i18n import _
|
||||||
from cmk.gui.plugins.wato.utils import (
|
from cmk.gui.plugins.wato.utils import (
|
||||||
rulespec_registry,
|
rulespec_registry,
|
||||||
HostRulespec,
|
HostRulespec,
|
||||||
# IndividualOrStoredPassword,
|
IndividualOrStoredPassword,
|
||||||
RulespecGroupCheckParametersDiscovery,
|
RulespecGroupCheckParametersDiscovery,
|
||||||
CheckParameterRulespecWithItem,
|
CheckParameterRulespecWithItem,
|
||||||
RulespecGroupCheckParametersApplications,
|
RulespecGroupCheckParametersApplications,
|
||||||
@ -73,8 +73,8 @@ def _valuespec_special_agents_azure_keyvault_discovery():
|
|||||||
),
|
),
|
||||||
(
|
(
|
||||||
"secret",
|
"secret",
|
||||||
# IndividualOrStoredPassword(
|
IndividualOrStoredPassword(
|
||||||
Password(
|
# Password(
|
||||||
title=_("Client Secret"),
|
title=_("Client Secret"),
|
||||||
allow_empty=False,
|
allow_empty=False,
|
||||||
size=45,
|
size=45,
|
||||||
|
Loading…
Reference in New Issue
Block a user