aws-cdk-github-oidc 5.0.0 → 5.0.2
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.
- package/.jsii +2 -2
- package/lib/provider.js +1 -1
- package/lib/role.js +1 -1
- package/package.json +2 -2
package/.jsii
CHANGED
|
@@ -9588,6 +9588,6 @@
|
|
|
9588
9588
|
"symbolId": "src/iam-role-props:RoleProps"
|
|
9589
9589
|
}
|
|
9590
9590
|
},
|
|
9591
|
-
"version": "5.0.
|
|
9592
|
-
"fingerprint": "
|
|
9591
|
+
"version": "5.0.2",
|
|
9592
|
+
"fingerprint": "1VfD5VEkHhiF66/QQ0ulCHXKbC6GkO+kwPLDqZTH6xE="
|
|
9593
9593
|
}
|
package/lib/provider.js
CHANGED
|
@@ -48,7 +48,7 @@ const iam = __importStar(require("aws-cdk-lib/aws-iam"));
|
|
|
48
48
|
* @see https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services
|
|
49
49
|
*/
|
|
50
50
|
class GithubActionsIdentityProvider extends iam.OidcProviderNative {
|
|
51
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "aws-cdk-github-oidc.GithubActionsIdentityProvider", version: "5.0.
|
|
51
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "aws-cdk-github-oidc.GithubActionsIdentityProvider", version: "5.0.2" };
|
|
52
52
|
static issuer = "token.actions.githubusercontent.com";
|
|
53
53
|
/**
|
|
54
54
|
* Retrieve a reference to existing Github OIDC provider in your AWS account.
|
package/lib/role.js
CHANGED
|
@@ -61,7 +61,7 @@ const provider_1 = require("./provider");
|
|
|
61
61
|
* myBucket.grantWrite(uploadRole);
|
|
62
62
|
*/
|
|
63
63
|
class GithubActionsRole extends iam.Role {
|
|
64
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "aws-cdk-github-oidc.GithubActionsRole", version: "5.0.
|
|
64
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "aws-cdk-github-oidc.GithubActionsRole", version: "5.0.2" };
|
|
65
65
|
/**
|
|
66
66
|
* Extracts props given for the created IAM Role Construct.
|
|
67
67
|
* @param props for the GithubActionsRole
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"organization": true
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@alma-cdk/construct-library": "2.
|
|
14
|
+
"@alma-cdk/construct-library": "2.3.0",
|
|
15
15
|
"@aws-cdk/cloud-assembly-schema": "^48.20.0",
|
|
16
16
|
"@aws-cdk/integ-runner": "2.197.4",
|
|
17
17
|
"@aws-cdk/integ-tests-alpha": "2.220.0-alpha.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"version": "5.0.
|
|
76
|
+
"version": "5.0.2",
|
|
77
77
|
"jest": {
|
|
78
78
|
"coverageProvider": "v8",
|
|
79
79
|
"testMatch": [
|