fix(atlantis/sorcerer): Add sentryUrl to appsettings
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
"storeId": "01JKTZXMP7ANN4GG2P5W8Y56M6",
|
||||
"modelId": "01JKTZYMCZZBVSBG66W27XMW0A"
|
||||
},
|
||||
"sentryUrl": "https://b6e03cfc8e247297b89217b09341b4cb@o4509530141622272.ingest.de.sentry.io/4509530195492944",
|
||||
"plainAuthUsers": [
|
||||
{
|
||||
"username": "admin",
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
"storeId": "01JKTQKHSGJH4RW04WFVCPWNTE",
|
||||
"modelId": "01JKTQMXBE7219XRYE3NGYNXSR"
|
||||
},
|
||||
"sentryUrl": "https://b6e03cfc8e247297b89217b09341b4cb@o4509530141622272.ingest.de.sentry.io/4509530195492944",
|
||||
"plainAuthUsers": [
|
||||
{
|
||||
"username": "admin",
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
apiVersion: cilium.io/v2
|
||||
kind: CiliumNetworkPolicy
|
||||
metadata:
|
||||
name: allow-sentry
|
||||
namespace: staging-atlantis
|
||||
spec:
|
||||
egress:
|
||||
- toFQDNs:
|
||||
- matchPattern: '*.ingest.sentry.io'
|
||||
endpointSelector:
|
||||
matchLabels:
|
||||
app: staging-atlantis
|
||||
@@ -47,6 +47,7 @@
|
||||
"storeId": "01JKTZXMP7ANN4GG2P5W8Y56M6",
|
||||
"modelId": "01JKTZYMCZZBVSBG66W27XMW0A"
|
||||
},
|
||||
"sentryUrl": "https://5e6e3584098dc006de18038cf85d2cbe@o4509530141622272.ingest.de.sentry.io/4509547350065232",
|
||||
"redis": "localhost:6379,user=default,password=secret",
|
||||
"allowedOrigins": [
|
||||
"http://localhost:8085",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"storeId": "01JKTQKHSGJH4RW04WFVCPWNTE",
|
||||
"modelId": "01JKTQMXBE7219XRYE3NGYNXSR"
|
||||
},
|
||||
"sentryUrl": "https://5e6e3584098dc006de18038cf85d2cbe@o4509530141622272.ingest.de.sentry.io/4509547350065232",
|
||||
"redis": "localhost:6379,user=default,password=secret",
|
||||
"allowedOrigins": [
|
||||
"http://localhost:8085",
|
||||
|
||||
Reference in New Issue
Block a user