Skip to content

Commit

Permalink
21699 - Reverted the sentry dsn change
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzarKarim committed Jun 18, 2024
1 parent bca5088 commit 5cc345c
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 72 deletions.
7 changes: 1 addition & 6 deletions colin-api/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@
"application": [
"colin-api",
"test-oracle",
"sentry",
"jwt",
"launchdarkly"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]
7 changes: 1 addition & 6 deletions jobs/email-reminder/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@
"filings-jobs",
"nats-emailer",
"entity-service-account",
"sentry",
"launchdarkly",
"email-reminder"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]
7 changes: 1 addition & 6 deletions jobs/furnishings/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@
"vault": "entity",
"application": [
"postgres-legal",
"sentry",
"launchdarkly",
"nats-filer"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]
9 changes: 2 additions & 7 deletions jobs/future-effective-filings/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@
"application": [
"filings-jobs",
"nats-filer",
"entity-service-account"
]
},
{
"vault": "sentry",
"application": [
"entity"
"entity-service-account",
"sentry"
]
}
]
7 changes: 1 addition & 6 deletions jobs/involuntary-dissolutions/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@
"vault": "entity",
"application": [
"postgres-legal",
"sentry",
"launchdarkly",
"nats-filer",
"involuntary-dissolutions"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]
9 changes: 2 additions & 7 deletions jobs/update-colin-filings/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@
"vault": "entity",
"application": [
"filings-jobs",
"entity-service-account"
]
},
{
"vault": "sentry",
"application": [
"entity"
"entity-service-account",
"sentry"
]
}
]
9 changes: 2 additions & 7 deletions jobs/update-legal-filings/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,14 @@
"application": [
"filings-jobs",
"nats-emailer",
"entity-service-account"
"entity-service-account",
"sentry"
]
},
{
"vault": "nats",
"application": [
"entity-events-listener"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]
9 changes: 2 additions & 7 deletions queue_services/business-pay/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"application": [
"postgres-legal",
"entity-pay",
"nats-pay"
"nats-pay",
"sentry"
]
},
{
Expand All @@ -19,11 +20,5 @@
"topics",
"gtksf3"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]
7 changes: 1 addition & 6 deletions queue_services/entity-emailer/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"entity-emailer",
"nats-emailer",
"entity-service-account",
"sentry",
"launchdarkly"
]
},
Expand All @@ -22,11 +23,5 @@
"bcregistry",
"auth-web"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]
9 changes: 2 additions & 7 deletions queue_services/entity-filer/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,8 @@
"postgres-legal",
"entity-filer",
"nats-filer",
"entity-service-account"
]
},
{
"vault": "sentry",
"application": [
"entity"
"entity-service-account",
"sentry"
]
},
{
Expand Down
9 changes: 2 additions & 7 deletions queue_services/entity-pay/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@
"application": [
"postgres-legal",
"entity-pay",
"nats-pay"
]
},
{
"vault": "sentry",
"application": [
"entity"
"nats-pay",
"sentry"
]
}
]

0 comments on commit 5cc345c

Please sign in to comment.