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
# Copyright 2023, Spearhead Systems SRL.
# Copyright (C) 2023 Spearhead Systems SRL - License: GNU General Public License v2
import json
from datetime import datetime, timezone

View File

@ -1,5 +1,5 @@
#!/bin/bash
# Copyright 2023, Spearhead Systems SRL.
# Copyright (C) 2023 Spearhead Systems SRL - License: GNU General Public License v2
az=/usr/bin/az

View File

@ -1,5 +1,5 @@
#!/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):
tenant = params["tenant"]

View File

@ -1,12 +1,12 @@
#!/usr/bin/env python3
# Copyright 2023, Spearhead Systems SRL.
# Copyright (C) 2023 Spearhead Systems SRL - License: GNU General Public License v2
import copy
from cmk.gui.i18n import _
from cmk.gui.plugins.wato.utils import (
rulespec_registry,
HostRulespec,
# IndividualOrStoredPassword,
IndividualOrStoredPassword,
RulespecGroupCheckParametersDiscovery,
CheckParameterRulespecWithItem,
RulespecGroupCheckParametersApplications,
@ -73,8 +73,8 @@ def _valuespec_special_agents_azure_keyvault_discovery():
),
(
"secret",
# IndividualOrStoredPassword(
Password(
IndividualOrStoredPassword(
# Password(
title=_("Client Secret"),
allow_empty=False,
size=45,