aws-cdk-github-oidc 3.0.0__tar.gz → 4.0.0__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.
- {aws_cdk_github_oidc-3.0.0/src/aws_cdk_github_oidc.egg-info → aws_cdk_github_oidc-4.0.0}/PKG-INFO +1 -1
- {aws_cdk_github_oidc-3.0.0 → aws_cdk_github_oidc-4.0.0}/setup.py +2 -2
- {aws_cdk_github_oidc-3.0.0 → aws_cdk_github_oidc-4.0.0}/src/aws_cdk_github_oidc/__init__.py +6 -4
- {aws_cdk_github_oidc-3.0.0 → aws_cdk_github_oidc-4.0.0}/src/aws_cdk_github_oidc/_jsii/__init__.py +2 -2
- aws_cdk_github_oidc-4.0.0/src/aws_cdk_github_oidc/_jsii/aws-cdk-github-oidc@4.0.0.jsii.tgz +0 -0
- {aws_cdk_github_oidc-3.0.0 → aws_cdk_github_oidc-4.0.0/src/aws_cdk_github_oidc.egg-info}/PKG-INFO +1 -1
- {aws_cdk_github_oidc-3.0.0 → aws_cdk_github_oidc-4.0.0}/src/aws_cdk_github_oidc.egg-info/SOURCES.txt +1 -1
- aws_cdk_github_oidc-3.0.0/src/aws_cdk_github_oidc/_jsii/aws-cdk-github-oidc@3.0.0.jsii.tgz +0 -0
- {aws_cdk_github_oidc-3.0.0 → aws_cdk_github_oidc-4.0.0}/LICENSE +0 -0
- {aws_cdk_github_oidc-3.0.0 → aws_cdk_github_oidc-4.0.0}/MANIFEST.in +0 -0
- {aws_cdk_github_oidc-3.0.0 → aws_cdk_github_oidc-4.0.0}/README.md +0 -0
- {aws_cdk_github_oidc-3.0.0 → aws_cdk_github_oidc-4.0.0}/pyproject.toml +0 -0
- {aws_cdk_github_oidc-3.0.0 → aws_cdk_github_oidc-4.0.0}/setup.cfg +0 -0
- {aws_cdk_github_oidc-3.0.0 → aws_cdk_github_oidc-4.0.0}/src/aws_cdk_github_oidc/py.typed +0 -0
- {aws_cdk_github_oidc-3.0.0 → aws_cdk_github_oidc-4.0.0}/src/aws_cdk_github_oidc.egg-info/dependency_links.txt +0 -0
- {aws_cdk_github_oidc-3.0.0 → aws_cdk_github_oidc-4.0.0}/src/aws_cdk_github_oidc.egg-info/requires.txt +0 -0
- {aws_cdk_github_oidc-3.0.0 → aws_cdk_github_oidc-4.0.0}/src/aws_cdk_github_oidc.egg-info/top_level.txt +0 -0
{aws_cdk_github_oidc-3.0.0/src/aws_cdk_github_oidc.egg-info → aws_cdk_github_oidc-4.0.0}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk-github-oidc
|
|
3
|
-
Version:
|
|
3
|
+
Version: 4.0.0
|
|
4
4
|
Summary: CDK constructs to use OpenID Connect for authenticating your Github Action workflow with AWS IAM
|
|
5
5
|
Home-page: https://github.com/aripalo/aws-cdk-github-oidc.git
|
|
6
6
|
Author: Ari Palo<opensource@aripalo.com>
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-cdk-github-oidc",
|
|
8
|
-
"version": "
|
|
8
|
+
"version": "4.0.0",
|
|
9
9
|
"description": "CDK constructs to use OpenID Connect for authenticating your Github Action workflow with AWS IAM",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/aripalo/aws-cdk-github-oidc.git",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"aws_cdk_github_oidc._jsii": [
|
|
29
|
-
"aws-cdk-github-oidc@
|
|
29
|
+
"aws-cdk-github-oidc@4.0.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_cdk_github_oidc": [
|
|
32
32
|
"py.typed"
|
|
@@ -403,7 +403,7 @@ class GithubConfiguration:
|
|
|
403
403
|
|
|
404
404
|
@jsii.interface(jsii_type="aws-cdk-github-oidc.IGithubActionsIdentityProvider")
|
|
405
405
|
class IGithubActionsIdentityProvider(
|
|
406
|
-
_aws_cdk_aws_iam_ceddda9d.
|
|
406
|
+
_aws_cdk_aws_iam_ceddda9d.IOidcProvider,
|
|
407
407
|
typing_extensions.Protocol,
|
|
408
408
|
):
|
|
409
409
|
'''(experimental) Describes a Github OpenID Connect Identity Provider for AWS IAM.
|
|
@@ -415,7 +415,7 @@ class IGithubActionsIdentityProvider(
|
|
|
415
415
|
|
|
416
416
|
|
|
417
417
|
class _IGithubActionsIdentityProviderProxy(
|
|
418
|
-
jsii.proxy_for(_aws_cdk_aws_iam_ceddda9d.
|
|
418
|
+
jsii.proxy_for(_aws_cdk_aws_iam_ceddda9d.IOidcProvider), # type: ignore[misc]
|
|
419
419
|
):
|
|
420
420
|
'''(experimental) Describes a Github OpenID Connect Identity Provider for AWS IAM.
|
|
421
421
|
|
|
@@ -649,7 +649,7 @@ class RoleProps:
|
|
|
649
649
|
|
|
650
650
|
@jsii.implements(IGithubActionsIdentityProvider)
|
|
651
651
|
class GithubActionsIdentityProvider(
|
|
652
|
-
_aws_cdk_aws_iam_ceddda9d.
|
|
652
|
+
_aws_cdk_aws_iam_ceddda9d.OidcProviderNative,
|
|
653
653
|
metaclass=jsii.JSIIMeta,
|
|
654
654
|
jsii_type="aws-cdk-github-oidc.GithubActionsIdentityProvider",
|
|
655
655
|
):
|
|
@@ -657,6 +657,8 @@ class GithubActionsIdentityProvider(
|
|
|
657
657
|
|
|
658
658
|
Use ``fromAccount`` to retrieve a reference to existing Github OIDC provider.
|
|
659
659
|
|
|
660
|
+
Uses the native CloudFormation resource AWS::IAM::OIDCProvider (no Lambda functions).
|
|
661
|
+
|
|
660
662
|
:see: https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services
|
|
661
663
|
:stability: experimental
|
|
662
664
|
'''
|
|
@@ -666,7 +668,7 @@ class GithubActionsIdentityProvider(
|
|
|
666
668
|
scope: "_constructs_77d1e7e8.Construct",
|
|
667
669
|
id: builtins.str,
|
|
668
670
|
) -> None:
|
|
669
|
-
'''(experimental) Define a new Github OpenID Connect Identity
|
|
671
|
+
'''(experimental) Define a new Github OpenID Connect Identity Provider for AWS IAM.
|
|
670
672
|
|
|
671
673
|
There can be only one (per AWS Account).
|
|
672
674
|
|
|
Binary file
|
{aws_cdk_github_oidc-3.0.0 → aws_cdk_github_oidc-4.0.0/src/aws_cdk_github_oidc.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk-github-oidc
|
|
3
|
-
Version:
|
|
3
|
+
Version: 4.0.0
|
|
4
4
|
Summary: CDK constructs to use OpenID Connect for authenticating your Github Action workflow with AWS IAM
|
|
5
5
|
Home-page: https://github.com/aripalo/aws-cdk-github-oidc.git
|
|
6
6
|
Author: Ari Palo<opensource@aripalo.com>
|
{aws_cdk_github_oidc-3.0.0 → aws_cdk_github_oidc-4.0.0}/src/aws_cdk_github_oidc.egg-info/SOURCES.txt
RENAMED
|
@@ -11,4 +11,4 @@ src/aws_cdk_github_oidc.egg-info/dependency_links.txt
|
|
|
11
11
|
src/aws_cdk_github_oidc.egg-info/requires.txt
|
|
12
12
|
src/aws_cdk_github_oidc.egg-info/top_level.txt
|
|
13
13
|
src/aws_cdk_github_oidc/_jsii/__init__.py
|
|
14
|
-
src/aws_cdk_github_oidc/_jsii/aws-cdk-github-oidc@
|
|
14
|
+
src/aws_cdk_github_oidc/_jsii/aws-cdk-github-oidc@4.0.0.jsii.tgz
|
|
Binary file
|
|
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
|