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

Istio add self signed certs #982

Merged
merged 10 commits into from
Dec 17, 2024
Merged

Istio add self signed certs #982

merged 10 commits into from
Dec 17, 2024

Conversation

mociarain
Copy link
Collaborator

@mociarain mociarain commented Dec 13, 2024

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"

Tickets:

@mociarain mociarain force-pushed the istio-add-self-signed-certs branch from 6d70019 to db0e0ad Compare December 17, 2024 13:15
@mociarain mociarain force-pushed the istio-add-self-signed-certs branch from db0e0ad to 1dca4ba Compare December 17, 2024 14:48
@geoberle geoberle merged commit 7dfa7d5 into main Dec 17, 2024
20 checks passed
@geoberle geoberle deleted the istio-add-self-signed-certs branch December 17, 2024 20:40
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.

3 participants