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

[WIP] Work in self-signed certificates for the Frontend. #981

Merged
merged 0 commits into from
Dec 13, 2024

Conversation

mociarain
Copy link
Collaborator

What this PR does

This PR adds the necessary infrastructure and wiring for the frontend to become publicly addressable via Istio using a self-signed certificate.

Special notes for your reviewer

To test just build a svc cluster and deploy/redeploy the frontend then run:

export INGRESS_HOST_EXTERNAL=$(kubectl -n aks-istio-ingress get service aks-istio-ingressgateway-external -o jsonpath='{.status.loadBalancer.ingress[0].ip}')

curl -kv -HHost:frontend \
    --resolve "frontend:443:$INGRESS_HOST_EXTERNAL" \
    "https://frontend:443/subscriptions/00000000-0000-0000-0000-000000000000?api-version=2.0"

TODO:

@mociarain mociarain merged commit a0365ec into mociarain/istio/add-self-signed-certs Dec 13, 2024
3 of 5 checks passed
@mociarain mociarain force-pushed the mociarain/istio/add-self-signed-certs branch from 35c52f2 to d9d18c8 Compare December 13, 2024 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant