Skip to content
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

chore: k8s update (auth/mediator rename) #1484

Merged
merged 1 commit into from
Jul 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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=e3132dd1b8b41507c9c935154d4e38947f2d91b2
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