Change UI from using password to password or password store.

Changed copyright headers to specify GPL.
This commit is contained in:
Marsell Kukuljevic 2024-02-20 16:06:44 +01:00
parent 11b6cc7ec0
commit 54b2a567a2
4 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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"]

View File

@ -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,