@jjrawlins/cdk-iam-policy-builder-helper 0.0.34 → 0.0.36
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
CHANGED
|
@@ -13,8 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"aws-cdk-lib": "^2.85.0",
|
|
16
|
-
"constructs": "^10.0.5"
|
|
17
|
-
"projen": "^0.96.1"
|
|
16
|
+
"constructs": "^10.0.5"
|
|
18
17
|
},
|
|
19
18
|
"dependencyClosure": {
|
|
20
19
|
"@aws-cdk/asset-awscli-v1": {
|
|
@@ -3477,46 +3476,6 @@
|
|
|
3477
3476
|
"module": "constructs"
|
|
3478
3477
|
}
|
|
3479
3478
|
}
|
|
3480
|
-
},
|
|
3481
|
-
"projen": {
|
|
3482
|
-
"submodules": {
|
|
3483
|
-
"projen.awscdk": {},
|
|
3484
|
-
"projen.build": {},
|
|
3485
|
-
"projen.cdk": {},
|
|
3486
|
-
"projen.cdk8s": {},
|
|
3487
|
-
"projen.cdktf": {},
|
|
3488
|
-
"projen.circleci": {},
|
|
3489
|
-
"projen.github": {},
|
|
3490
|
-
"projen.github.workflows": {},
|
|
3491
|
-
"projen.gitlab": {},
|
|
3492
|
-
"projen.java": {},
|
|
3493
|
-
"projen.javascript": {},
|
|
3494
|
-
"projen.javascript.biome_config": {},
|
|
3495
|
-
"projen.python": {},
|
|
3496
|
-
"projen.release": {},
|
|
3497
|
-
"projen.typescript": {},
|
|
3498
|
-
"projen.vscode": {},
|
|
3499
|
-
"projen.web": {}
|
|
3500
|
-
},
|
|
3501
|
-
"targets": {
|
|
3502
|
-
"go": {
|
|
3503
|
-
"moduleName": "github.com/projen/projen-go"
|
|
3504
|
-
},
|
|
3505
|
-
"java": {
|
|
3506
|
-
"maven": {
|
|
3507
|
-
"artifactId": "projen",
|
|
3508
|
-
"groupId": "io.github.cdklabs"
|
|
3509
|
-
},
|
|
3510
|
-
"package": "io.github.cdklabs.projen"
|
|
3511
|
-
},
|
|
3512
|
-
"js": {
|
|
3513
|
-
"npm": "projen"
|
|
3514
|
-
},
|
|
3515
|
-
"python": {
|
|
3516
|
-
"distName": "projen",
|
|
3517
|
-
"module": "projen"
|
|
3518
|
-
}
|
|
3519
|
-
}
|
|
3520
3479
|
}
|
|
3521
3480
|
},
|
|
3522
3481
|
"description": "A CDK construct that helps build IAM policies using the AWS IAM Policy Builder dump. Normally it is better to use cdk-iam-floyd, However, I found that cdk-iam-floyd currently is not jsii compliant so I wasn't able to use it in my jsii compliant projects in languages that are not typescript or python.",
|
|
@@ -3551,8 +3510,8 @@
|
|
|
3551
3510
|
"schema": "jsii/0.10.0",
|
|
3552
3511
|
"targets": {
|
|
3553
3512
|
"dotnet": {
|
|
3554
|
-
"namespace": "
|
|
3555
|
-
"packageId": "
|
|
3513
|
+
"namespace": "JJRawlins.CdkIamPolicyBuilderHelper",
|
|
3514
|
+
"packageId": "JJRawlins.CdkIamPolicyBuilderHelper"
|
|
3556
3515
|
},
|
|
3557
3516
|
"go": {
|
|
3558
3517
|
"moduleName": "github.com/jaysonrawlins/cdk-iam-policy-builder-helper",
|
|
@@ -3567,6 +3526,6 @@
|
|
|
3567
3526
|
}
|
|
3568
3527
|
},
|
|
3569
3528
|
"types": {},
|
|
3570
|
-
"version": "0.0.
|
|
3571
|
-
"fingerprint": "
|
|
3529
|
+
"version": "0.0.36",
|
|
3530
|
+
"fingerprint": "C7VZcUat3lAe8HzzoclVqFSXqgrt/esM3dNawMNvgAg="
|
|
3572
3531
|
}
|
package/.mergify.yml
CHANGED
|
@@ -1,57 +1,102 @@
|
|
|
1
1
|
queue_rules:
|
|
2
2
|
- name: default
|
|
3
|
-
update_method:
|
|
3
|
+
update_method: rebase
|
|
4
|
+
update_bot_account: jjrawlins
|
|
4
5
|
queue_conditions:
|
|
5
6
|
- -label~=(do-not-merge)
|
|
6
7
|
- status-success=build
|
|
7
|
-
- status-success=build
|
|
8
8
|
- status-success=package-js
|
|
9
9
|
- status-success=package-python
|
|
10
10
|
- status-success=package-go
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
- author=jjrawlins
|
|
11
|
+
- status-success=package-dotnet
|
|
12
|
+
- author=projenbuildmanager[bot]
|
|
14
13
|
merge_method: squash
|
|
14
|
+
autosquash: true
|
|
15
15
|
commit_message_template: |-
|
|
16
16
|
{{ title }} (#{{ number }})
|
|
17
17
|
|
|
18
18
|
{{ body }}
|
|
19
19
|
autoqueue: true
|
|
20
|
-
- name: Label conflicting pull requests
|
|
21
|
-
description: Add a label to a pull request with conflict to spot it easily
|
|
22
|
-
conditions:
|
|
23
|
-
- conflict
|
|
24
|
-
- -closed
|
|
25
|
-
actions:
|
|
26
|
-
label:
|
|
27
|
-
toggle:
|
|
28
|
-
- conflict
|
|
29
20
|
- name: Auto-merge dependency upgrade PRs Constructs
|
|
30
|
-
|
|
21
|
+
update_bot_account: jjrawlins
|
|
22
|
+
queue_conditions:
|
|
31
23
|
- head=github-actions/upgrade-main
|
|
32
24
|
- -label~=(do-not-merge)
|
|
33
25
|
- status-success=build
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
26
|
+
- status-success=package-js
|
|
27
|
+
- status-success=package-python
|
|
28
|
+
- status-success=package-go
|
|
29
|
+
- status-success=package-dotnet
|
|
30
|
+
update_method: rebase
|
|
31
|
+
merge_method: squash
|
|
32
|
+
autoqueue: true
|
|
37
33
|
- name: Auto-merge dependency upgrade PRs CDK Stacks
|
|
38
|
-
|
|
34
|
+
update_method: rebase
|
|
35
|
+
update_bot_account: jjrawlins
|
|
36
|
+
queue_conditions:
|
|
39
37
|
- head=github-actions/upgrade
|
|
40
38
|
- -label~=(do-not-merge)
|
|
41
39
|
- status-success=build
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
40
|
+
- status-success=package-js
|
|
41
|
+
- status-success=package-python
|
|
42
|
+
- status-success=package-go
|
|
43
|
+
- status-success=package-dotnet
|
|
44
|
+
autoqueue: true
|
|
45
|
+
autosquash: true
|
|
46
|
+
- name: Queue PRs with approved label
|
|
47
|
+
update_bot_account: jjrawlins
|
|
48
|
+
queue_conditions:
|
|
49
|
+
- label=approved
|
|
50
|
+
- -label~=(do-not-merge)
|
|
51
|
+
- status-success=build
|
|
52
|
+
- status-success=package-js
|
|
53
|
+
- status-success=package-python
|
|
54
|
+
- status-success=package-go
|
|
55
|
+
- status-success=package-dotnet
|
|
56
|
+
- author=jjrawlins
|
|
57
|
+
update_method: rebase
|
|
58
|
+
autoqueue: true
|
|
59
|
+
autosquash: true
|
|
60
|
+
pull_request_rules:
|
|
61
|
+
- name: Automatic merge on approval and passing checks
|
|
62
|
+
description: Rules for process pull requests
|
|
46
63
|
conditions:
|
|
47
|
-
-
|
|
64
|
+
- "#approved-reviews-by >= 1"
|
|
48
65
|
- -label~=(do-not-merge)
|
|
49
66
|
- status-success=build
|
|
50
67
|
- status-success=package-js
|
|
51
68
|
- status-success=package-python
|
|
52
69
|
- status-success=package-go
|
|
70
|
+
- status-success=package-dotnet
|
|
71
|
+
- -author=jjrawlins
|
|
72
|
+
- approved-reviews-by=jjrawlins
|
|
73
|
+
- or:
|
|
74
|
+
- label~=(do-not-merge)
|
|
75
|
+
- label=approved
|
|
76
|
+
- author=jjrawlins
|
|
77
|
+
- status-success=build
|
|
78
|
+
- status-success=package-js
|
|
79
|
+
- status-success=package-python
|
|
80
|
+
- status-success=package-go
|
|
81
|
+
- status-success=package-dotnet
|
|
82
|
+
- or:
|
|
83
|
+
- label~=(do-not-merge)
|
|
84
|
+
- author=projenbuildmanager[bot]
|
|
85
|
+
- status-success=build
|
|
86
|
+
- status-success=package-js
|
|
87
|
+
- status-success=package-python
|
|
88
|
+
- status-success=package-go
|
|
89
|
+
- status-success=package-dotnet
|
|
90
|
+
- head=github-actions/upgrade
|
|
91
|
+
- or:
|
|
92
|
+
- head=github-actions/upgrade-main
|
|
93
|
+
|
|
53
94
|
actions:
|
|
54
|
-
|
|
55
|
-
|
|
95
|
+
merge:
|
|
96
|
+
method: squash
|
|
97
|
+
delete_head_branch:
|
|
98
|
+
rebase:
|
|
99
|
+
|
|
100
|
+
|
|
56
101
|
merge_queue:
|
|
57
102
|
max_parallel_checks: 1
|
|
@@ -4,10 +4,9 @@ go 1.23
|
|
|
4
4
|
|
|
5
5
|
require (
|
|
6
6
|
github.com/aws/jsii-runtime-go v1.114.1
|
|
7
|
-
github.com/aws/aws-cdk-go/awscdk/v2 v2.
|
|
7
|
+
github.com/aws/aws-cdk-go/awscdk/v2 v2.85.0
|
|
8
8
|
github.com/aws/constructs-go/constructs/v10 v10.4.2
|
|
9
|
-
github.com/
|
|
10
|
-
github.com/cdklabs/awscdk-asset-
|
|
11
|
-
github.com/cdklabs/awscdk-asset-node-proxy-agent-go/
|
|
12
|
-
github.com/cdklabs/cloud-assembly-schema-go/awscdkcloudassemblyschema/v48 v48.9.0 // indirect
|
|
9
|
+
github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.253 // indirect
|
|
10
|
+
github.com/cdklabs/awscdk-asset-kubectl-go/kubectlv20/v2 v2.1.4 // indirect
|
|
11
|
+
github.com/cdklabs/awscdk-asset-node-proxy-agent-go/nodeproxyagentv5/v2 v2.0.166 // indirect
|
|
13
12
|
)
|
|
@@ -11,10 +11,9 @@ import (
|
|
|
11
11
|
|
|
12
12
|
awscdk "github.com/aws/aws-cdk-go/awscdk/v2/jsii"
|
|
13
13
|
constructs "github.com/aws/constructs-go/constructs/v10/jsii"
|
|
14
|
-
projen "github.com/projen/projen-go/projen/jsii"
|
|
15
14
|
)
|
|
16
15
|
|
|
17
|
-
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.
|
|
16
|
+
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.35.tgz
|
|
18
17
|
var tarball []byte
|
|
19
18
|
|
|
20
19
|
// Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
|
|
@@ -23,8 +22,7 @@ func Initialize() {
|
|
|
23
22
|
// Ensure all dependencies are initialized
|
|
24
23
|
awscdk.Initialize()
|
|
25
24
|
constructs.Initialize()
|
|
26
|
-
projen.Initialize()
|
|
27
25
|
|
|
28
26
|
// Load this library into the kernel
|
|
29
|
-
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.
|
|
27
|
+
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.35", tarball)
|
|
30
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.35
|
package/package.json
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@types/node": "^20",
|
|
47
47
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
48
48
|
"@typescript-eslint/parser": "^8",
|
|
49
|
-
"aws-cdk": "2.
|
|
49
|
+
"aws-cdk": "2.1029.2",
|
|
50
50
|
"aws-cdk-lib": "2.85.0",
|
|
51
51
|
"commit-and-tag-version": "^12",
|
|
52
52
|
"eslint": "^9",
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"jsii-docgen": "^10.5.0",
|
|
60
60
|
"jsii-pacmak": "^1.114.1",
|
|
61
61
|
"jsii-rosetta": "~5.8.0",
|
|
62
|
+
"projen": "^0.96.3",
|
|
62
63
|
"ts-jest": "^29.4.2",
|
|
63
64
|
"ts-node": "^10.9.2",
|
|
64
65
|
"typescript": "^5.9.2"
|
|
@@ -71,8 +72,7 @@
|
|
|
71
72
|
"@aws-sdk/client-iam": "^3.891.0",
|
|
72
73
|
"axios": "^1.8.2",
|
|
73
74
|
"constructs": "^10.4.2",
|
|
74
|
-
"jsonc-parser": "^3.3.1"
|
|
75
|
-
"projen": "^0.96.1"
|
|
75
|
+
"jsonc-parser": "^3.3.1"
|
|
76
76
|
},
|
|
77
77
|
"bundledDependencies": [
|
|
78
78
|
"@aws-sdk/client-iam",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@eslint/plugin-kit": "^0.3.4",
|
|
86
86
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
87
87
|
"aws-cdk-lib": ">=2.85.0 <3.0.0",
|
|
88
|
-
"constructs": ">=10.0.
|
|
88
|
+
"constructs": ">=10.0.5 <11.0.0"
|
|
89
89
|
},
|
|
90
90
|
"keywords": [
|
|
91
91
|
"aws",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"publishConfig": {
|
|
102
102
|
"access": "public"
|
|
103
103
|
},
|
|
104
|
-
"version": "0.0.
|
|
104
|
+
"version": "0.0.36",
|
|
105
105
|
"jest": {
|
|
106
106
|
"coverageProvider": "v8",
|
|
107
107
|
"testMatch": [
|
|
@@ -157,8 +157,8 @@
|
|
|
157
157
|
"module": "jjrawlins_cdk_iam_policy_builder_helper"
|
|
158
158
|
},
|
|
159
159
|
"dotnet": {
|
|
160
|
-
"namespace": "
|
|
161
|
-
"packageId": "
|
|
160
|
+
"namespace": "JJRawlins.CdkIamPolicyBuilderHelper",
|
|
161
|
+
"packageId": "JJRawlins.CdkIamPolicyBuilderHelper"
|
|
162
162
|
},
|
|
163
163
|
"go": {
|
|
164
164
|
"moduleName": "github.com/jaysonrawlins/cdk-iam-policy-builder-helper",
|