pyivia 0.2.44__tar.gz → 0.2.45__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyivia-0.2.44/pyivia.egg-info → pyivia-0.2.45}/PKG-INFO +1 -1
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/cluster.py +3 -1
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/interfaces.py +1 -2
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/sslcertificates.py +22 -3
- {pyivia-0.2.44 → pyivia-0.2.45/pyivia.egg-info}/PKG-INFO +1 -1
- {pyivia-0.2.44 → pyivia-0.2.45}/AUTHORS.md +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/LICENSE.txt +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/README.md +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/__init__.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/__main__.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/__init__.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/__init__.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/accesscontrol.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/advancedconfig.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/apiprotection.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/attributes.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/authentication.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/fido2config.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/fido2registrations.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/mappingrules.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/mmfaconfig.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/pip.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/pushnotification.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/riskprofiles.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/runtimeparameters.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/scimconfig.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/serverconnections.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/templatefiles.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/access/userregistry.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/advancedaccesscontrol.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/analysis/__init__.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/analysis/applicationlog.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/analysis/remotesyslog.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/analysisdiagnostics.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/federation/__init__.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/federation/accesspolicy.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/federation/aliasservice.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/federation/attributesources.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/federation/federations.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/federation/pointofcontact.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/federation/securitytokenservice.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/federationsettings.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/__init__.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/adminsettings.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/advancedtuning.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/clicommands.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/configuration.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/containermanagement.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/containers/__init__.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/containers/deployments.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/containers/healthcheck.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/containers/images.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/containers/metadata.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/containers/registry.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/containers/volumes.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/datetime.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/dns.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/docker.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/dsc.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/extensions.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/filedownloads.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/fips.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/firststeps.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/fixpacks.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/general.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/hostsfile.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/licensing.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/managementauthentication.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/managementauthorization.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/managementcertificate.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/restartshutdown.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/runtimedb.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/snapshot.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/staticroutes.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/system/sysaccount.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/systemsettings.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/__init__.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/api_access_control.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/apiac/__init__.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/apiac/authorization_server.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/apiac/cors.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/apiac/document_root.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/apiac/policies.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/apiac/resource_server.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/apiac/utilities.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/clientcertmapping.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/dscadmin.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/fsso.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/httptransform.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/junctionmapping.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/kerberos.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/passwordstrength.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/policyadmin.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/ratelimit.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/reverseproxy.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/rsa.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/runtimecomponent.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/urlmapping.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/web/usermapping.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/core/websettings.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/factory.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/util/__init__.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/util/model.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/util/policies.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia/util/restclient.py +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia.egg-info/SOURCES.txt +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia.egg-info/dependency_links.txt +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia.egg-info/not-zip-safe +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia.egg-info/requires.txt +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/pyivia.egg-info/top_level.txt +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/setup.cfg +0 -0
- {pyivia-0.2.44 → pyivia-0.2.45}/setup.py +0 -0
|
@@ -79,10 +79,12 @@ class Cluster(object):
|
|
|
79
79
|
current = self.get()
|
|
80
80
|
if current.success == True and current.json:
|
|
81
81
|
data.data = current.json
|
|
82
|
+
if 'hvdb_user' in data.data:
|
|
83
|
+
data.data['hvdb_password'] = "********"
|
|
82
84
|
data.add_value_boolean("cfgdb_embedded", embedded)
|
|
83
85
|
data.add_value_string("cfgdb_address", host)
|
|
84
86
|
data.add_value_string("cfgdb_port", port)
|
|
85
|
-
data.add_value_string("
|
|
87
|
+
data.add_value_string("cfgdb_db_secure", "true" if secure else "false")
|
|
86
88
|
data.add_value_string("cfgdb_user", user)
|
|
87
89
|
data.add_value_string("cfgdb_password", passwd)
|
|
88
90
|
data.add_value_string("cfgdb_db_name", db_name)
|
|
@@ -33,8 +33,7 @@ class Interfaces(object):
|
|
|
33
33
|
enabled (`bool`): true to enabled this address, otherwise false.
|
|
34
34
|
allow_management (`bool`): true if this is the primary management address.
|
|
35
35
|
broadcast_address (:obj:`str`): Broadcast address on the subnet.
|
|
36
|
-
|
|
37
|
-
The default value of false is used if this data is not supplied.
|
|
36
|
+
|
|
38
37
|
|
|
39
38
|
Returns:
|
|
40
39
|
:obj:`~requests.Response`: The response from verify identity access.
|
|
@@ -216,6 +216,25 @@ class SSLCertificates(object):
|
|
|
216
216
|
|
|
217
217
|
return response
|
|
218
218
|
|
|
219
|
+
def delete_signer(self, kdb_id, label=None):
|
|
220
|
+
"""
|
|
221
|
+
Delete a X509 certificate from the ssl certificate database.
|
|
222
|
+
|
|
223
|
+
Args:
|
|
224
|
+
kdb_id (:obj:`str`): Name of the certificate database to modify.
|
|
225
|
+
label (:obj;`str`): Id of the signer certificate to remove.
|
|
226
|
+
|
|
227
|
+
Returns:
|
|
228
|
+
:obj:`~requests.Response`: The response from verify identity access.
|
|
229
|
+
|
|
230
|
+
Success can be checked by examining the response.success boolean attribute
|
|
231
|
+
"""
|
|
232
|
+
|
|
233
|
+
response = self._client.delete(f"{SSL_CERTIFICATES}/{kdb_id}/signer_cert/{label}")
|
|
234
|
+
response.success = response.status_code == 200
|
|
235
|
+
|
|
236
|
+
return response
|
|
237
|
+
|
|
219
238
|
def create_database(self, kdb_name, db_type=None, token_label=None, passcode=None, hsm_type=None, ip=None, port=None,
|
|
220
239
|
kneti_hash=None, esn=None, secondary_ip=None, secondary_port=None, secondary_kneti_hash=None, secondary_esn=None,
|
|
221
240
|
use_rfs=None, rfs=None, rfs_port=None, rfs_auth=None, update_zip=None, safenet_pw=None):
|
|
@@ -345,9 +364,9 @@ class SSLCertificates(object):
|
|
|
345
364
|
extended_key_usage (:obj:`str`, optional): The extended key usage to use when creating the new certificate.
|
|
346
365
|
Array of strings. Valid values include ``ocspSigning``, ``timeStamping``, ``emailProtection``,
|
|
347
366
|
``codeSigning``, ``clientAuth``, ``serverAuth``, ``SSLStepUpApproval``, and ``any``. Only valid for 11.0.3 onwards.
|
|
348
|
-
san_dns (:obj:`list` of :obj:`
|
|
349
|
-
san_email (:obj:`list` of :obj:`
|
|
350
|
-
san_ip (:obj:`list` of :obj:`
|
|
367
|
+
san_dns (:obj:`list` of :obj:`str`, optional): Array of DNS names to add to the Subject Alt Name extension. Only valid for 11.0.3 onwards.
|
|
368
|
+
san_email (:obj:`list` of :obj:`str`, optional): Array of email addresses to add to the Subject Alt Name extension. Only valid for 11.0.3 onwards.
|
|
369
|
+
san_ip (:obj:`list` of :obj:`str`, optional): Array of IP addresses to add to the Subject Alt Name extension. Only valid for 11.0.3 onwards.
|
|
351
370
|
|
|
352
371
|
Returns:
|
|
353
372
|
:obj:`~requests.Response`: The response from verify identity access.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|