-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update staging environment #664
Conversation
chore(helm): upgrade helm versions
fix: log revoker error for debugging
* fix: add logging for role credential resolver * fix: remove IPFS import * fix: add log for undefined DID store in DID service * fix: remove unnecessary logs * fix: throw error instead of log if DIDService is undefined
…urces_are_not_cleared bug/did service resources are not cleared on destroy
…log_sandbox update sandbox env
update ew-did-registry@v8
* fix: make revoker service injectable * fix: add injectable Role Revoker SErvice into constructor rather than instantiating * fix: export RoleRevokerResolver from claim module
…update_asset_doc bug/SWTCH-1503 duplicate did
…om_dist remove hardhat config from dist
version 912 calls IPFS through /ipfs path on provided url (which is expected ipfs root) but when this path appended to ipfs gateway it leads to 405
#swtch 1539 * fix: use arrow function to preserve this context * fix: format token for formatter check * fix: use cid
#525) * fix: perform verification on credentials for enrolment pre-conditions * fix: remove comments, fix errors * fix: use injected Issuer Verification Service * fix: move verification service to role module * fix: remove comment * fix: move service to claim module and extract enrolment precondition fetch * fix: break out logic for checking preconditions and verifying preconditions * fix: remove unused resolver * fix: do not remove verifyEnrolmentIssuer * fix: update claim controller test providers * fix: perform verification on credentials for enrolment pre-conditions * fix: remove comments, fix errors * fix: use injected Issuer Verification Service * fix: move verification service to role module * fix: remove comment * fix: move service to claim module and extract enrolment precondition fetch * fix: break out logic for checking preconditions and verifying preconditions * fix: remove unused resolver * fix: do not remove verifyEnrolmentIssuer * fix: update claim controller test providers * fix: provide registry settings to Claim e2e * fix: add DIDRegistryAddress to test env variables * fix: pull verification methods out to their own methods * fix: rename claim controller test to not be e2e * fix: move verifyDidDocumentContainsEnrolmentPreconditions to claim verif service * fix: update file name for claim controller test * test: set up deps for claim service tests * test: update mock methods * fix: remove comment * test: add tests for error scenarios for handleClaimEnrolmentRequest * test: add test setup for claim verification service * fix: add optional chaining operator in case undefined * test: update tests for claim verification * fix: update claim verification to have Role Credential Resolver be injectable * fix: only check enrolment preconditions if conditions have role pre-requisites * fix: update method name * fix: do not make CredentialResolver injectable * fix: pull out getCredential method * fix: remove injectable from role credential resolver * fix: update test vars * test: add success case for handleClaimEnrolmentRequest * fix: remove logs * fix: use enum for precondition type * fix: throw error if precondition type is not of type 'role' * fix: fix expiration test * fix: make verifyEnrolmentPrerequisites private * fix: remove duplicative check for type of role * fix: move duplicative redundant verification to claim verif service * fix: remove comment * fix: remove logs and comment * fix: update mock method name * test: remove erroneous tests * test: make methods private and update tests * test: update error strings and tests to handle errors * fix: remove undefined check * fix: add return type * docs: fix method documentation * fix: fix spelling error in documentation annotation * fix: update error return message * fix: move public method above private methods
What happened is that 2.10 was squash-merged into develop Therefore the 2.10 commit tag isn't actually on develop branch This breaks the tag comparison automation
Adding changelog and updating version for 2.11 release
chore(helm): upgrade helm & add JWT sealed secret
Co-authored-by: John Henderson <jrhender@users.noreply.github.com>
…_controller task/SWTCH-1542 IPFS module
…t_pinned Claims of updated document are not pinned
…StoreInfura Skip updating of DidStoreInfura
Exceeded DID queue memory limit
Need to update |
* feat: removing package version from the Swagger UI * fix: fixing `undefined.undefined` version displayed in Swagger UI when executed locally
* chore(staging values): use latest dev image in staging * ci(build-deploy): don't build new image on master * chore(staging values): use v2.13 in staging
@@ -36,7 +37,7 @@ iam-cache-server-helm: | |||
# runAsUser: 1000 | |||
|
|||
service: | |||
type: NodePort | |||
type: ClusterIP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Timtech4u @vickenliu any concerns with this service
type
change? Will this work for the ssi-hub staging deployment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think so,
repository: "ghcr.io/energywebfoundation/ssi-hub" | ||
tag: v2.13.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this change, the staging environment will use this ssi-hub release, instead of building an image from the master
branch
I checked that no entities are changed, so no database migration is required or expected. |
This PR will update the staging environment to the v2.13 release of ssi-hub https://github.com/energywebfoundation/ssi-hub/releases/tag/v2.13.0
This PR was prepared by:
master
to thismaster-merge
branchdevelop
(at dca0e34) intomaster-merge
These steps were taken to fix the merge conflict in
prod/Dockerfile
TODO: