fix: update domains for better cookie hygiene

This commit is contained in:
Jonas Juselius
2024-03-08 12:20:00 +01:00
parent 06cc2561a1
commit 0449e904b4
6 changed files with 8 additions and 6 deletions
+1
View File
@@ -28,6 +28,7 @@
"https://atlantis.srv.oceanbox.io", "https://atlantis.srv.oceanbox.io",
"https://maps.relic.oceanbox.io", "https://maps.relic.oceanbox.io",
"https://sorcerer.data.oceanbox.io", "https://sorcerer.data.oceanbox.io",
"https://sorcerer.data.srv.oceanbox.io",
"https://sorcerer.hpc.oceanbox.io", "https://sorcerer.hpc.oceanbox.io",
"https://jonas-sorcerer.ekman.oceanbox.io", "https://jonas-sorcerer.ekman.oceanbox.io",
"https://beta.sorcerer.ekman.oceanbox.io", "https://beta.sorcerer.ekman.oceanbox.io",
@@ -25,6 +25,7 @@
}, },
"allowedOrigins": [ "allowedOrigins": [
"https://atlantis.beta.oceanbox.io", "https://atlantis.beta.oceanbox.io",
"https://sorcerer.data.beta.oceanbox.io",
"https://sorcerer.beta.data.oceanbox.io", "https://sorcerer.beta.data.oceanbox.io",
"https://sorcerer.hpc.oceanbox.io", "https://sorcerer.hpc.oceanbox.io",
"https://s.local.oceanbox.io:8080", "https://s.local.oceanbox.io:8080",
+1 -1
View File
@@ -23,7 +23,7 @@
"dataProtectionKeys": "DataProtection-Keys" "dataProtectionKeys": "DataProtection-Keys"
}, },
"archmeister" : "https://archmeister.srv.oceanbox.io", "archmeister" : "https://archmeister.srv.oceanbox.io",
"sorcerer" : "https://sorcerer.data.oceanbox.io", "sorcerer" : "https://sorcerer.data.srv.oceanbox.io",
"allowedOrigins": [ "allowedOrigins": [
"http://maps.oceanbox.io", "http://maps.oceanbox.io",
"https://maps.oceanbox.io", "https://maps.oceanbox.io",
+1 -1
View File
@@ -23,7 +23,7 @@
"dataProtectionKeys": "DataProtection-Keys" "dataProtectionKeys": "DataProtection-Keys"
}, },
"archmeister" : "https://archmeister.beta.oceanbox.io", "archmeister" : "https://archmeister.beta.oceanbox.io",
"sorcerer" : "https://sorcerer.beta.data.oceanbox.io", "sorcerer" : "https://sorcerer.data.beta.oceanbox.io",
"allowedOrigins": [ "allowedOrigins": [
"http://atlantis.beta.oceanbox.io", "http://atlantis.beta.oceanbox.io",
"https://atlantis.beta.oceanbox.io" "https://atlantis.beta.oceanbox.io"
+2 -2
View File
@@ -2,13 +2,13 @@ ingress:
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-production cert-manager.io/cluster-issuer: letsencrypt-production
hosts: hosts:
- host: sorcerer.data.oceanbox.io - host: sorcerer.data.srv.oceanbox.io
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
tls: tls:
- hosts: - hosts:
- sorcerer.data.oceanbox.io - sorcerer.data.srv.oceanbox.io
secretName: prod-sorcerer-tls secretName: prod-sorcerer-tls
persistence: persistence:
+2 -2
View File
@@ -5,13 +5,13 @@ ingress:
cert-manager.io/cluster-issuer: letsencrypt-production cert-manager.io/cluster-issuer: letsencrypt-production
# nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 # nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
hosts: hosts:
- host: sorcerer.beta.data.oceanbox.io - host: sorcerer.data.beta.oceanbox.io
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
tls: tls:
- hosts: - hosts:
- sorcerer.beta.data.oceanbox.io - sorcerer.data.beta.oceanbox.io
secretName: staging-sorcerer-tls secretName: staging-sorcerer-tls
persistence: persistence:
existingClaim: staging-oceanbox-archives existingClaim: staging-oceanbox-archives