Skip to content

Commit

Permalink
Merge pull request canonical#13968 from canonical/route-notices-json-…
Browse files Browse the repository at this point in the history
…service

Route /security/notices.json into a separate service.
  • Loading branch information
jpmartinspt authored Jun 20, 2024
2 parents bb62a53 + dcaef16 commit 5dd8df1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion konf/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,13 @@ production:
- name: SENTRY_DSN
value: https://[email protected]//13

- paths: [/security/notices\.json]
service_name: ubuntu-com-security-api-notices

- paths:
[
/security/cves\.json,
/security/cves/.*\.json,
/security/notices\.json,
/security/notices/.*\.json,
/security/releases\.json,
/security/releases/.*\.json,
Expand Down Expand Up @@ -834,6 +836,10 @@ staging:
- name: SENTRY_DSN
value: https://[email protected]//13


- paths: [/security/notices\.json]
service_name: ubuntu-com-security-api-notices

- paths:
[
/security/cves\.json,
Expand Down

0 comments on commit 5dd8df1

Please sign in to comment.