Skip to content

Commit

Permalink
Merge pull request #78 from pm4ml/feat/iprod-416
Browse files Browse the repository at this point in the history
feat(iprod-416): added hub/jwscerts endpoints
  • Loading branch information
geka-evk authored Aug 15, 2024
2 parents 1a6bce8 + 6b133cb commit 4e3deb7
Show file tree
Hide file tree
Showing 15 changed files with 491 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
commitlint --edit $1
commitlint --edit $1
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
npm run lint
npm run dep:check
npm run audit:check
npm run audit:check
4 changes: 2 additions & 2 deletions .ncurc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Add a TODO comment indicating the reason for each rejected dependency upgrade added to this list, and what should be done to resolve it (i.e. handle it through a story, etc).
## Add a comment indicating the reason for each rejected dependency upgrade added to this list, and what should be done to resolve it (i.e. handle it through a story, etc).
reject: [
"chai", # Chai v.5 now only supports EcmaScript Modules (ESM) - no require('chi')
"eslint", # Upgrade is breaking due to peer dependencies
"eslint-plugin-promise", # Upgrade is breaking due to peer dependencies
"eslint-plugin-promise" # Upgrade is breaking due to peer dependencies
]
4 changes: 3 additions & 1 deletion audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"GHSA-67hx-6x53-jw92",
"GHSA-wf5p-g6vw-rhxx", // https://github.com/advisories/GHSA-wf5p-g6vw-rhxx
"GHSA-jchw-25xp-jwwc", // https://github.com/advisories/GHSA-jchw-25xp-jwwc
"GHSA-78xj-cgh5-2h22" // https://github.com/advisories/GHSA-78xj-cgh5-2h22
"GHSA-78xj-cgh5-2h22", // https://github.com/advisories/GHSA-78xj-cgh5-2h22
"GHSA-8hc4-vh64-cxmj" // https://github.com/advisories/GHSA-8hc4-vh64-cxmj

]
}
2 changes: 2 additions & 0 deletions docker/functional-tests.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ VAULT_ROLE_ID_FILE=/tmp/vault/role-id
VAULT_ROLE_SECRET_ID_FILE=/tmp/vault/secret-id
VAULT_PKI_CLIENT_ROLE=example.com
VAULT_PKI_SERVER_ROLE=example.com

SWITCH_ID=switch
2 changes: 1 addition & 1 deletion docker/vault/tmp/role-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3b0b4f7b-8248-b9ce-2bba-c4c8ae0a60d1
aeb6cc95-b245-894d-6158-7e113e1a8fa6
2 changes: 1 addition & 1 deletion docker/vault/tmp/secret-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
abc54506-f432-6999-af9f-9dd981475185
07c70477-700f-cc29-c426-af17f0aa4c24
Loading

0 comments on commit 4e3deb7

Please sign in to comment.