Skip to content

Commit

Permalink
fix path to sentry dsn var (bcgov#2704)
Browse files Browse the repository at this point in the history
* fix path to sentry dsn var
  • Loading branch information
bolyachevets authored May 21, 2024
1 parent 1d10134 commit f2889d0
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 17 deletions.
7 changes: 6 additions & 1 deletion colin-api/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@
"application": [
"colin-api",
"test-oracle",
"sentry",
"jwt",
"launchdarkly"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]
7 changes: 6 additions & 1 deletion jobs/email-reminder/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
"filings-jobs",
"nats-emailer",
"entity-service-account",
"sentry",
"launchdarkly",
"email-reminder"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]
7 changes: 6 additions & 1 deletion jobs/furnishings/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@
"vault": "entity",
"application": [
"postgres-legal",
"sentry",
"launchdarkly",
"nats-filer"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]
9 changes: 7 additions & 2 deletions jobs/future-effective-filings/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@
"application": [
"filings-jobs",
"nats-filer",
"entity-service-account",
"sentry"
"entity-service-account"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]
7 changes: 6 additions & 1 deletion jobs/involuntary-dissolutions/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@
"vault": "entity",
"application": [
"postgres-legal",
"sentry",
"launchdarkly",
"nats-filer"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]
9 changes: 7 additions & 2 deletions jobs/update-colin-filings/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
"vault": "entity",
"application": [
"filings-jobs",
"entity-service-account",
"sentry"
"entity-service-account"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]
9 changes: 7 additions & 2 deletions jobs/update-legal-filings/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,19 @@
"application": [
"filings-jobs",
"nats-emailer",
"entity-service-account",
"sentry"
"entity-service-account"
]
},
{
"vault": "nats",
"application": [
"entity-events-listener"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]
9 changes: 7 additions & 2 deletions queue_services/business-pay/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"application": [
"postgres-legal",
"entity-pay",
"nats-pay",
"sentry"
"nats-pay"
]
},
{
Expand All @@ -20,5 +19,11 @@
"topics",
"gtksf3"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]
7 changes: 6 additions & 1 deletion queue_services/entity-emailer/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"entity-emailer",
"nats-emailer",
"entity-service-account",
"sentry",
"launchdarkly"
]
},
Expand All @@ -23,5 +22,11 @@
"bcregistry",
"auth-web"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]
9 changes: 7 additions & 2 deletions queue_services/entity-filer/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@
"postgres-legal",
"entity-filer",
"nats-filer",
"entity-service-account",
"sentry"
"entity-service-account"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]
9 changes: 7 additions & 2 deletions queue_services/entity-pay/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@
"application": [
"postgres-legal",
"entity-pay",
"nats-pay",
"sentry"
"nats-pay"
]
},
{
"vault": "sentry",
"application": [
"entity"
]
}
]

0 comments on commit f2889d0

Please sign in to comment.