Skip to content

Commit

Permalink
chore: k8s update (auth/mediator rename)
Browse files Browse the repository at this point in the history
Signed-off-by: Rolson Quadras <[email protected]>
  • Loading branch information
rolsonquadras committed Jul 26, 2022
1 parent 7aea740 commit d149cd5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DID_ELEMENT_SIDETREE_REQUEST_URL ?= https://element-did.com/api/v1/sidetree/requ
SANDBOX_CLI_IMAGE_NAME ?= trustbloc/sandbox-cli

# TrustBloc core k8s deployment scripts https://github.com/trustbloc/k8s
TRUSTBLOC_CORE_K8S_COMMIT=316df9dcb67669ad9e992db8dd9facf0c9fb5c6a
TRUSTBLOC_CORE_K8S_COMMIT=ee04f934c5095645af115a3e9a2ddceaa269af83

# Tool commands (overridable)
ALPINE_VER ?= 3.12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
echo $err_resp;
if [ -z "$err_resp" ] || [ -n "$(echo ${err_resp} | grep already )" ];then echo "Success client creation"; break;else exit 1;fi;
err_resp=$(hydra clients create --endpoint http://hydra-admin --fake-tls-termination --id hub-auth --secret hub-auth-secret --grant-types authorization_code,refresh_token --response-types code,id_token --scope openid,profile,email --skip-tls-verify --callbacks https://hub-auth.||DOMAIN||/oidc/callback 2>&1 > /dev/null);
err_resp=$(hydra clients create --endpoint http://hydra-admin --fake-tls-termination --id auth --secret auth-secret --grant-types authorization_code,refresh_token --response-types code,id_token --scope openid,profile,email --skip-tls-verify --callbacks https://auth.||DOMAIN||/oidc/callback 2>&1 > /dev/null);
echo $err_resp;
if [ -z "$err_resp" ] || [ -n "$(echo ${err_resp} | grep already )" ];then echo "Success client creation"; exit 0;else exit 1;fi;
echo "... Finished creating clients"
16 changes: 8 additions & 8 deletions k8s/scripts/service_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ adapter-issuer
adapter-issuer-didcomm
adapter-rp
adapter-rp-didcomm
auth
benefits-dept-comparator
benefits-dept-rp
cbp-comparator
Expand All @@ -17,27 +18,26 @@ did-resolver
edv
gatekeeper
holder-vcs
hub-auth
hydra
hydra-admin
issuer-vcs
login-consent
mediator
mediator-api
mediator-ws
oathkeeper-proxy
orb-driver
orb-1
orb-kms
vct
orb-2
orb-3
orb-4
router
router-api
router-ws
orb-driver
orb-kms
static-file-server
ucis-comparator
ucis-rp
uni-resolver-web
vault-kms
vault-server
vct
verifier-vcs
wallet
static-file-server

0 comments on commit d149cd5

Please sign in to comment.