Skip to content

feat: setup vault + static storage for go-api - #214

Merged
thenav56 merged 2 commits into
developfrom
feat/argocd-go-api-staging
Aug 16, 2026
Merged

feat: setup vault + static storage for go-api#214
thenav56 merged 2 commits into
developfrom
feat/argocd-go-api-staging

Conversation

@thenav56

@thenav56 thenav56 commented Aug 16, 2026

Copy link
Copy Markdown
Member

DON'T MERGE

@thenav56
thenav56 force-pushed the feat/argocd-go-api-staging branch from dfe40b2 to 0cbb0b8 Compare August 16, 2026 10:58
@thenav56
thenav56 force-pushed the feat/argocd-go-api-staging branch from 0cbb0b8 to 499d8a8 Compare August 16, 2026 13:21
@thenav56
thenav56 merged commit 820388d into develop Aug 16, 2026
3 checks passed
@thenav56
thenav56 deleted the feat/argocd-go-api-staging branch August 16, 2026 13:55
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>
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