-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add support to split api by role * split apis by role * add trust-registry split api * remove extra info for apis that don't need it * remove trust registry from other apis as it is now a standalone instance * Add new fastapi components to build pipelines * Rename build step for legibility * Ledger nodes healthcheck timeout 10s * fix governance-trust-registry-web typo * Test governance splitapi * split tenant-admin * split tenant * Test hardcoded base_url * Trust Registry Base URL * Updated comment * charts ref * remove test role * codacy improvements * Code style check fixes * ROOT_PATH env var * Strip prefix for multitenant and trust-registry to simplify path based routing in EKS * path is now /tenant and URL is /admin * 🎨 rename unauthed_client to trust_registry_client * 🎨 organise docs descriptions and deduplicate * 🎨 deduplicate routes per role * 🔥 remove unused env var * Merge charts --------- Co-authored-by: lohanspies <[email protected]> Co-authored-by: ff137 <[email protected]>
- Loading branch information
1 parent
604f390
commit cc6e7d3
Showing
18 changed files
with
264 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.