@continuoussecuritytooling/keycloak-reporter 0.8.8 → 0.8.10
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/.github/workflows/pipeline.yml +3 -2
- package/.github/workflows/release.yml +4 -7
- package/CHANGELOG.md +27 -0
- package/Dockerfile +1 -1
- package/charts/keycloak-reporter/Chart.yaml +2 -2
- package/charts/keycloak-reporter/README.md +2 -2
- package/charts/keycloak-reporter/templates/cronjob.yaml +2 -2
- package/charts/keycloak-reporter/templates/tests/test-connection.yaml +2 -2
- package/package.json +4 -4
|
@@ -46,7 +46,7 @@ jobs:
|
|
|
46
46
|
fetch-depth: 0
|
|
47
47
|
|
|
48
48
|
- name: Set up Helm
|
|
49
|
-
uses: azure/setup-helm@
|
|
49
|
+
uses: azure/setup-helm@v4
|
|
50
50
|
with:
|
|
51
51
|
version: v3.11.2
|
|
52
52
|
|
|
@@ -72,7 +72,7 @@ jobs:
|
|
|
72
72
|
|
|
73
73
|
- name: Create kind cluster
|
|
74
74
|
if: steps.list-changed.outputs.changed == 'true'
|
|
75
|
-
uses: helm/kind-action@v1.
|
|
75
|
+
uses: helm/kind-action@v1.9.0
|
|
76
76
|
|
|
77
77
|
- name: Run chart-testing (install - no further args)
|
|
78
78
|
if: steps.list-changed.outputs.changed == 'true'
|
|
@@ -92,6 +92,7 @@ jobs:
|
|
|
92
92
|
name: 'End2End Test on Node ${{ matrix.node_version }} and ${{ matrix.os }}'
|
|
93
93
|
runs-on: '${{ matrix.os }}'
|
|
94
94
|
strategy:
|
|
95
|
+
fail-fast: true
|
|
95
96
|
matrix:
|
|
96
97
|
node_version:
|
|
97
98
|
- 18
|
|
@@ -24,7 +24,7 @@ jobs:
|
|
|
24
24
|
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
|
25
25
|
|
|
26
26
|
- name: Install Helm
|
|
27
|
-
uses: azure/setup-helm@
|
|
27
|
+
uses: azure/setup-helm@v4
|
|
28
28
|
- name: Install Python
|
|
29
29
|
uses: actions/setup-python@v5
|
|
30
30
|
with:
|
|
@@ -36,11 +36,8 @@ jobs:
|
|
|
36
36
|
- name: Run chart-testing (lint)
|
|
37
37
|
run: ct lint --config .ct.yaml
|
|
38
38
|
|
|
39
|
-
- name:
|
|
40
|
-
|
|
41
|
-
env:
|
|
42
|
-
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
|
43
|
-
CR_GENERATE_RELEASE_NOTES: true
|
|
39
|
+
- name: Helm Package
|
|
40
|
+
run: helm package charts/keycloak-reporter/
|
|
44
41
|
|
|
45
42
|
- name: Login to GitHub Container Registry
|
|
46
43
|
run: |
|
|
@@ -49,7 +46,7 @@ jobs:
|
|
|
49
46
|
- name: Push Charts to GHCR
|
|
50
47
|
run: |
|
|
51
48
|
shopt -s nullglob
|
|
52
|
-
for pkg in
|
|
49
|
+
for pkg in *.tgz; do
|
|
53
50
|
if [ -z "${pkg:-}" ]; then
|
|
54
51
|
break
|
|
55
52
|
fi
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
## [0.8.10](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v0.8.9...v0.8.10) (2024-03-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @continuoussecuritytooling/keycloak-auditor to v1.1.6 ([44501b0](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/44501b0ea8f8a07591705adc00ee24523d846963))
|
|
7
|
+
* **deps:** update dependency @continuoussecuritytooling/keycloak-auditor to v1.1.7 ([72f0cac](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/72f0cacf4c3231aeca5dd7e43610d3023afb1649))
|
|
8
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v24 ([1ac56fe](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/1ac56fef8509835460827682ef1d35f164822ab0))
|
|
9
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v24.0.1 ([bbeeab4](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/bbeeab4eba4797f82a4acb1733c264aff3dd6325))
|
|
10
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v24.0.2 ([cfcecd9](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/cfcecd9ed55fef601945a1350ccb67ec7ed3b73c))
|
|
11
|
+
* **deps:** update dependency ms-teams-webhook to v2.0.3 ([892234c](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/892234c09266257ada8fa52c6ec3c936357e9d61))
|
|
12
|
+
* **deps:** update dependency openid-client to v5.6.5 ([f7ee41d](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/f7ee41d51b6c622d36acd2ce95c40aa6d2104f40))
|
|
13
|
+
* **Helm:** Correcting labels and annotations ([14ccc97](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/14ccc979e4a922ad356efe436ae921813a4a6743))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [0.8.9](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v0.8.8...v0.8.9) (2024-03-03)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **deps:** update dependency @json2csv/node to v7.0.6 ([9c6844e](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/9c6844e86e192cfc66fb8c36adda046652baff9b))
|
|
23
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v23.0.7 ([70f698e](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/70f698e7262369964532a368d86d4a2ebab75158))
|
|
24
|
+
* **deps:** update dependency npm to v10.5.0 ([1d36ea8](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/1d36ea84e74a761837f87f6084b28681e24e5401))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
1
28
|
## [0.8.8](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v0.8.7...v0.8.8) (2024-02-05)
|
|
2
29
|
|
|
3
30
|
|
package/Dockerfile
CHANGED
|
@@ -15,14 +15,14 @@ type: application
|
|
|
15
15
|
# This is the chart version. This version number should be incremented each time you make changes
|
|
16
16
|
# to the chart and its templates, including the app version.
|
|
17
17
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
|
18
|
-
version: 1.3.
|
|
18
|
+
version: 1.3.3
|
|
19
19
|
|
|
20
20
|
# This is the version number of the application being deployed. This version number should be
|
|
21
21
|
# incremented each time you make changes to the application. Versions are not expected to
|
|
22
22
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
|
23
23
|
# It is recommended to use it with quotes.
|
|
24
24
|
# renovate: datasource=docker depName=ContinuousSecurityTooling/keycloak-reporter
|
|
25
|
-
appVersion: '0.8.
|
|
25
|
+
appVersion: '0.8.10'
|
|
26
26
|
maintainers:
|
|
27
27
|
# Martin Reinhardt
|
|
28
28
|
- name: hypery2k
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# keycloak-reporter
|
|
2
2
|
|
|
3
|
-
  
|
|
4
4
|
|
|
5
5
|
Keycloak user and client reporting tool for automated regular access checks.
|
|
6
6
|
|
|
@@ -35,4 +35,4 @@ Keycloak user and client reporting tool for automated regular access checks.
|
|
|
35
35
|
| tolerations | list | `[]` | |
|
|
36
36
|
|
|
37
37
|
----------------------------------------------
|
|
38
|
-
Autogenerated from chart metadata using [helm-docs v1.
|
|
38
|
+
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
|
|
@@ -14,9 +14,9 @@ spec:
|
|
|
14
14
|
spec:
|
|
15
15
|
template:
|
|
16
16
|
annotations:
|
|
17
|
-
{{- include "keycloak-reporter.annotations" $ | nindent
|
|
17
|
+
{{- include "keycloak-reporter.annotations" $ | nindent 10 }}
|
|
18
18
|
labels:
|
|
19
|
-
{{- include "keycloak-reporter.labels" $ | nindent
|
|
19
|
+
{{- include "keycloak-reporter.labels" $ | nindent 10 }}
|
|
20
20
|
spec:
|
|
21
21
|
{{- with $.Values.imagePullSecrets }}
|
|
22
22
|
imagePullSecrets:
|
|
@@ -28,10 +28,10 @@ spec:
|
|
|
28
28
|
{{- end }}
|
|
29
29
|
{{- if $.Values.resources }}
|
|
30
30
|
resources:
|
|
31
|
-
{{- toYaml $.Values.resources | nindent
|
|
31
|
+
{{- toYaml $.Values.resources | nindent 8 }}
|
|
32
32
|
{{- end }}
|
|
33
33
|
securityContext:
|
|
34
|
-
{{- toYaml $.Values.securityContext | nindent
|
|
34
|
+
{{- toYaml $.Values.securityContext | nindent 8 }}
|
|
35
35
|
volumeMounts:
|
|
36
36
|
- name: config-file
|
|
37
37
|
mountPath: "/app/config.json"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@continuoussecuritytooling/keycloak-reporter",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.10",
|
|
4
4
|
"description": "Reporting Tools for Keycloak",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@continuoussecuritytooling/keycloak-auditor": "^1.1.5",
|
|
29
29
|
"@json2csv/node": "^7.0.0",
|
|
30
|
-
"@keycloak/keycloak-admin-client": "^
|
|
30
|
+
"@keycloak/keycloak-admin-client": "^24.0.0",
|
|
31
31
|
"@slack/webhook": "^7.0.0",
|
|
32
32
|
"ajv": "^8.12.0",
|
|
33
33
|
"install": "^0.13.0",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@types/jest": "^29.5.1",
|
|
43
43
|
"@types/node": "^20.1.5",
|
|
44
44
|
"@types/yargs": "^17.0.24",
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
46
|
-
"@typescript-eslint/parser": "^
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
46
|
+
"@typescript-eslint/parser": "^7.0.0",
|
|
47
47
|
"eslint": "^8.40.0",
|
|
48
48
|
"eslint-config-prettier": "^9.0.0",
|
|
49
49
|
"eslint-plugin-prettier": "^5.0.0",
|