@rockcarver/frodo-cli 2.0.0-53 → 2.0.0-54
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/CHANGELOG.md +29 -17
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -9,27 +9,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- Update to frodo-lib 2.0.0-75
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- rockcarver/frodo-lib#397: Service accounts now use the proper scopes when created using the `frodo conn save` command
|
|
17
|
+
|
|
18
|
+
## [2.0.0-53] - 2024-03-24
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
|
|
12
22
|
- Update to frodo-lib 2.0.0-74
|
|
13
23
|
|
|
14
24
|
### Fixed
|
|
15
25
|
|
|
16
26
|
- rockcarver/frodo-lib#391: Frodo now creates service accounts with all allowed scopes:
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
27
|
+
- `fr:am:*`
|
|
28
|
+
- `fr:idc:analytics:*`
|
|
29
|
+
- `fr:autoaccess:*`
|
|
30
|
+
- `fr:idc:certificate:*`
|
|
31
|
+
- `fr:idc:certificate:read`
|
|
32
|
+
- `fr:idc:content-security-policy:*`
|
|
33
|
+
- `fr:idc:custom-domain:*`
|
|
34
|
+
- `fr:idc:esv:*`
|
|
35
|
+
- `fr:idc:esv:read`
|
|
36
|
+
- `fr:idc:esv:restart`
|
|
37
|
+
- `fr:idc:esv:update`
|
|
38
|
+
- `fr:idm:*`
|
|
39
|
+
- `fr:iga:*`
|
|
40
|
+
- `fr:idc:promotion:*`
|
|
41
|
+
- `fr:idc:release:*`
|
|
42
|
+
- `fr:idc:sso-cookie:*`
|
|
33
43
|
|
|
34
44
|
## [2.0.0-52] - 2024-03-23
|
|
35
45
|
|
|
@@ -1520,7 +1530,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1520
1530
|
- Fixed problem with adding connection profiles
|
|
1521
1531
|
- Miscellaneous bug fixes
|
|
1522
1532
|
|
|
1523
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-
|
|
1533
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-53...HEAD
|
|
1534
|
+
|
|
1535
|
+
[2.0.0-53]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-52...v2.0.0-53
|
|
1524
1536
|
|
|
1525
1537
|
[2.0.0-52]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-51...v2.0.0-52
|
|
1526
1538
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rockcarver/frodo-cli",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-54",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
|
|
6
6
|
"keywords": [
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
]
|
|
120
120
|
},
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@rockcarver/frodo-lib": "2.0.0-
|
|
122
|
+
"@rockcarver/frodo-lib": "2.0.0-75",
|
|
123
123
|
"chokidar": "^3.5.3",
|
|
124
124
|
"cli-progress": "^3.11.2",
|
|
125
125
|
"cli-table3": "^0.6.3",
|