keycloak implementation
All checks were successful
Lint Checks / Run linter (push) Successful in 45s
Lint Checks / Run linter (pull_request) Successful in 44s
Deploy Test / Run deploy test suite (pull_request) Successful in 3m38s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m59s
Smoke Test / Run basic test suite (pull_request) Successful in 2m59s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 9m12s
All checks were successful
Lint Checks / Run linter (push) Successful in 45s
Lint Checks / Run linter (pull_request) Successful in 44s
Deploy Test / Run deploy test suite (pull_request) Successful in 3m38s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m59s
Smoke Test / Run basic test suite (pull_request) Successful in 2m59s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 9m12s
This commit is contained in:
parent
2252252072
commit
0aa4b350bd
@ -19,6 +19,7 @@ from shutil import copy
|
|||||||
|
|
||||||
|
|
||||||
def create(context, extra_args):
|
def create(context, extra_args):
|
||||||
|
|
||||||
# Our goal here is just to copy the genesis.json file for blast
|
# Our goal here is just to copy the genesis.json file for blast
|
||||||
deployment_config_dir = context.deployment_dir.joinpath("data", "blast-data")
|
deployment_config_dir = context.deployment_dir.joinpath("data", "blast-data")
|
||||||
command_context = extra_args[2]
|
command_context = extra_args[2]
|
||||||
|
@ -3,6 +3,13 @@ name: blast
|
|||||||
description: "A blast stack"
|
description: "A blast stack"
|
||||||
repos:
|
repos:
|
||||||
- github.com/blast-io/blast
|
- github.com/blast-io/blast
|
||||||
|
- git.vdb.to/cerc-io/keycloak-reg-api
|
||||||
|
- git.vdb.to/cerc-io/keycloak-reg-ui
|
||||||
containers:
|
containers:
|
||||||
|
- cerc/keycloak
|
||||||
|
- cerc/webapp-base
|
||||||
|
- cerc/keycloak-reg-api
|
||||||
|
- cerc/keycloak-reg-ui
|
||||||
pods:
|
pods:
|
||||||
- blast
|
- blast
|
||||||
|
- mainnet-eth-keycloak
|
||||||
|
Loading…
Reference in New Issue
Block a user