Skip to content

Commit

Permalink
Merge pull request canonical#14146 from canonical/use-security-notice…
Browse files Browse the repository at this point in the history
…s-service

Use the security notices api service
  • Loading branch information
goulinkh authored Aug 5, 2024
2 parents 7dff715 + aa02a44 commit b5326df
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions konf/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -337,12 +337,12 @@ production:
- name: SENTRY_DSN
value: https://[email protected]//13

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

- paths: [/security/updates/.*]
service_name: ubuntu-com-security-api-updates
Expand All @@ -351,10 +351,10 @@ production:
[
/security/cves\.json,
/security/cves/.*\.json,
/security/notices/.*\.json,
/security/releases\.json,
/security/releases/.*\.json,
/security/api/.*,
/security/page/.*\.json,
]
service_name: ubuntu-com-security-api

Expand Down Expand Up @@ -853,12 +853,12 @@ staging:
value: https://[email protected]//13


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

- paths: [/security/updates/.*]
service_name: ubuntu-com-security-api-updates
Expand All @@ -867,11 +867,10 @@ staging:
[
/security/cves\.json,
/security/cves/.*\.json,
/security/notices\.json,
/security/notices/.*\.json,
/security/releases\.json,
/security/releases/.*\.json,
/security/api/.*,
/security/page/.*\.json,
]
service_name: ubuntu-com-security-api

Expand Down

0 comments on commit b5326df

Please sign in to comment.