forked from cerc-io/stack-orchestrator
keycloak implementation
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