pulumi-venafi 1.11.0a1728108768__tar.gz → 1.11.0a1728590992__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.
Potentially problematic release.
This version of pulumi-venafi might be problematic. Click here for more details.
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/PKG-INFO +3 -2
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/_utilities.py +1 -1
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/certificate.py +5 -0
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/cloud_keystore_installation.py +5 -0
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/config/__init__.pyi +5 -0
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/config/vars.py +5 -0
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/get_cloud_keystore.py +16 -4
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/get_cloud_provider.py +16 -4
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/policy.py +5 -0
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/provider.py +5 -0
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/pulumi-plugin.json +1 -1
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/ssh_certificate.py +5 -0
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/ssh_config.py +5 -0
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi.egg-info/PKG-INFO +3 -2
- pulumi_venafi-1.11.0a1728590992/pulumi_venafi.egg-info/requires.txt +6 -0
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pyproject.toml +2 -2
- pulumi_venafi-1.11.0a1728108768/pulumi_venafi.egg-info/requires.txt +0 -3
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/README.md +0 -0
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/__init__.py +0 -0
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/config/__init__.py +0 -0
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/py.typed +0 -0
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi.egg-info/SOURCES.txt +0 -0
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi.egg-info/dependency_links.txt +0 -0
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi.egg-info/top_level.txt +0 -0
- {pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pulumi_venafi
|
|
3
|
-
Version: 1.11.
|
|
3
|
+
Version: 1.11.0a1728590992
|
|
4
4
|
Summary: A Pulumi package for creating and managing venafi cloud resources.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://pulumi.io
|
|
@@ -9,8 +9,9 @@ Keywords: pulumi,venafi
|
|
|
9
9
|
Requires-Python: >=3.8
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: parver>=0.2.1
|
|
12
|
-
Requires-Dist: pulumi<4.0.0,>=3.
|
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.136.0
|
|
13
13
|
Requires-Dist: semver>=2.8.1
|
|
14
|
+
Requires-Dist: typing-extensions>=4.11; python_version < "3.11"
|
|
14
15
|
|
|
15
16
|
[](https://github.com/pulumi/pulumi-venafi/actions)
|
|
16
17
|
[](https://slack.pulumi.com)
|
{pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/_utilities.py
RENAMED
|
@@ -264,7 +264,7 @@ def call_plain(
|
|
|
264
264
|
output = pulumi.runtime.call(tok, props, res, typ)
|
|
265
265
|
|
|
266
266
|
# Ingoring deps silently. They are typically non-empty, r.f() calls include r as a dependency.
|
|
267
|
-
result, known, secret, _ = _sync_await(asyncio.
|
|
267
|
+
result, known, secret, _ = _sync_await(asyncio.create_task(_await_output(output)))
|
|
268
268
|
|
|
269
269
|
problem = None
|
|
270
270
|
if not known:
|
{pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/certificate.py
RENAMED
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = ['CertificateArgs', 'Certificate']
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = ['CloudKeystoreInstallationArgs', 'CloudKeystoreInstallation']
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from .. import _utilities
|
|
11
16
|
|
|
12
17
|
accessToken: Optional[str]
|
{pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/config/vars.py
RENAMED
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from .. import _utilities
|
|
11
16
|
|
|
12
17
|
import types
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = [
|
|
@@ -123,9 +128,6 @@ def get_cloud_keystore(cloud_provider_id: Optional[str] = None,
|
|
|
123
128
|
machine_identities_count=pulumi.get(__ret__, 'machine_identities_count'),
|
|
124
129
|
name=pulumi.get(__ret__, 'name'),
|
|
125
130
|
type=pulumi.get(__ret__, 'type'))
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
@_utilities.lift_output_func(get_cloud_keystore)
|
|
129
131
|
def get_cloud_keystore_output(cloud_provider_id: Optional[pulumi.Input[str]] = None,
|
|
130
132
|
name: Optional[pulumi.Input[str]] = None,
|
|
131
133
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCloudKeystoreResult]:
|
|
@@ -151,4 +153,14 @@ def get_cloud_keystore_output(cloud_provider_id: Optional[pulumi.Input[str]] = N
|
|
|
151
153
|
:param str cloud_provider_id: ID of the cloud provider whom the cloud keystore to look up belongs to.
|
|
152
154
|
:param str name: Name of the cloud keystore to look up.
|
|
153
155
|
"""
|
|
154
|
-
|
|
156
|
+
__args__ = dict()
|
|
157
|
+
__args__['cloudProviderId'] = cloud_provider_id
|
|
158
|
+
__args__['name'] = name
|
|
159
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
160
|
+
__ret__ = pulumi.runtime.invoke_output('venafi:index/getCloudKeystore:getCloudKeystore', __args__, opts=opts, typ=GetCloudKeystoreResult)
|
|
161
|
+
return __ret__.apply(lambda __response__: GetCloudKeystoreResult(
|
|
162
|
+
cloud_provider_id=pulumi.get(__response__, 'cloud_provider_id'),
|
|
163
|
+
id=pulumi.get(__response__, 'id'),
|
|
164
|
+
machine_identities_count=pulumi.get(__response__, 'machine_identities_count'),
|
|
165
|
+
name=pulumi.get(__response__, 'name'),
|
|
166
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = [
|
|
@@ -131,9 +136,6 @@ def get_cloud_provider(name: Optional[str] = None,
|
|
|
131
136
|
status=pulumi.get(__ret__, 'status'),
|
|
132
137
|
status_details=pulumi.get(__ret__, 'status_details'),
|
|
133
138
|
type=pulumi.get(__ret__, 'type'))
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
@_utilities.lift_output_func(get_cloud_provider)
|
|
137
139
|
def get_cloud_provider_output(name: Optional[pulumi.Input[str]] = None,
|
|
138
140
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCloudProviderResult]:
|
|
139
141
|
"""
|
|
@@ -152,4 +154,14 @@ def get_cloud_provider_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
152
154
|
|
|
153
155
|
:param str name: Name of the Cloud Provider to look up.
|
|
154
156
|
"""
|
|
155
|
-
|
|
157
|
+
__args__ = dict()
|
|
158
|
+
__args__['name'] = name
|
|
159
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
160
|
+
__ret__ = pulumi.runtime.invoke_output('venafi:index/getCloudProvider:getCloudProvider', __args__, opts=opts, typ=GetCloudProviderResult)
|
|
161
|
+
return __ret__.apply(lambda __response__: GetCloudProviderResult(
|
|
162
|
+
id=pulumi.get(__response__, 'id'),
|
|
163
|
+
keystores_count=pulumi.get(__response__, 'keystores_count'),
|
|
164
|
+
name=pulumi.get(__response__, 'name'),
|
|
165
|
+
status=pulumi.get(__response__, 'status'),
|
|
166
|
+
status_details=pulumi.get(__response__, 'status_details'),
|
|
167
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = ['PolicyArgs', 'Policy']
|
{pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/provider.py
RENAMED
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = ['ProviderArgs', 'Provider']
|
{pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/ssh_certificate.py
RENAMED
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = ['SshCertificateArgs', 'SshCertificate']
|
{pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/ssh_config.py
RENAMED
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = ['SshConfigArgs', 'SshConfig']
|
{pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pulumi_venafi
|
|
3
|
-
Version: 1.11.
|
|
3
|
+
Version: 1.11.0a1728590992
|
|
4
4
|
Summary: A Pulumi package for creating and managing venafi cloud resources.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://pulumi.io
|
|
@@ -9,8 +9,9 @@ Keywords: pulumi,venafi
|
|
|
9
9
|
Requires-Python: >=3.8
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: parver>=0.2.1
|
|
12
|
-
Requires-Dist: pulumi<4.0.0,>=3.
|
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.136.0
|
|
13
13
|
Requires-Dist: semver>=2.8.1
|
|
14
|
+
Requires-Dist: typing-extensions>=4.11; python_version < "3.11"
|
|
14
15
|
|
|
15
16
|
[](https://github.com/pulumi/pulumi-venafi/actions)
|
|
16
17
|
[](https://slack.pulumi.com)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pulumi_venafi"
|
|
3
3
|
description = "A Pulumi package for creating and managing venafi cloud resources."
|
|
4
|
-
dependencies = ["parver>=0.2.1", "pulumi>=3.
|
|
4
|
+
dependencies = ["parver>=0.2.1", "pulumi>=3.136.0,<4.0.0", "semver>=2.8.1", "typing-extensions>=4.11; python_version < \"3.11\""]
|
|
5
5
|
keywords = ["pulumi", "venafi"]
|
|
6
6
|
readme = "README.md"
|
|
7
7
|
requires-python = ">=3.8"
|
|
8
|
-
version = "1.11.
|
|
8
|
+
version = "1.11.0a1728590992"
|
|
9
9
|
[project.license]
|
|
10
10
|
text = "Apache-2.0"
|
|
11
11
|
[project.urls]
|
|
File without changes
|
{pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/__init__.py
RENAMED
|
File without changes
|
{pulumi_venafi-1.11.0a1728108768 → pulumi_venafi-1.11.0a1728590992}/pulumi_venafi/config/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|