feat: setup vault + static storage for go-api - #214
Merged
Conversation
thenav56
force-pushed
the
feat/argocd-go-api-staging
branch
from
August 16, 2026 10:58
dfe40b2 to
0cbb0b8
Compare
upgrade are done manually
thenav56
force-pushed
the
feat/argocd-go-api-staging
branch
from
August 16, 2026 13:21
0cbb0b8 to
499d8a8
Compare
thenav56
added a commit
that referenced
this pull request
Aug 19, 2026
* chore: sync monty eoAPI prod config with staging (#209) * Fix Admin page OSM maps referrer * feat(go-api): external token revocation and additional event filters * Bump up cryptography * feat(go-api): add eoapi-stac internal and external configurations * feat(go-api): update eoapi stac configs * Bump pypdf from 6.14.2 to 6.15.0 * EAP v1 * fix(go-api): Forward scheme header to Django behind Traefik/nginx * chore(bastion): add key on bastion * feat(go-api): hotfix for the duplicate dref creation * Fix Admin logout issue * Package upgrades * feat: setup vault + static storage for go-api (#214) * fix: import existing orphan tf resource * Hotfix load back to develop (1hour) * feat(argocd): add go-api staging * fix(traefik): serve traefik-class ingresses alongside nginx-class `providers.kubernetesIngress.ingressClass` takes a single value and is exclusive, so pinning it to "nginx" made Traefik ignore every Ingress with `ingressClassName: traefik` — they matched no controller at all and fell through to the default backend as a 404 on every path. The filter was also redundant. `providers.kubernetesIngressNGINX` already handles nginx-class Ingresses natively, so with it dropped each provider serves one class: kubernetesIngress -> ingressClassName: traefik kubernetesIngressNGINX -> ingressClassName: nginx ingress-nginx is untouched and goes on owning the `nginx` IngressClass and serving those same Ingresses through its own load balancer, so domains resolving to either load balancer are unaffected in both environments. Note that nginx-class Ingresses now reach Traefik through the NGINX provider rather than by impersonation, which translates nginx annotations (proxy-body-size and friends) instead of ignoring them. * docs(go-api): add few TODOs (staging) * go-api(staging): latest build for new chart * Fix GlobalEnumView language response issue * go-api(staging): move cronjobs to new deployment * Replace an ssh key --------- Co-authored-by: Szabó, Zoltán <szabozoltan69@gmail.com> Co-authored-by: Sushil Tiwari <susiltiwari750@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DON'T MERGE