Skip to content

Commit

Permalink
PUB-2245 - Updated README (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisS1512 authored Jan 4, 2024
1 parent 109f970 commit 543033d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- [Overview](#overview)
- [Features and Functionality](#features-and-functionality)
- [GOV.UK Notify](#gov-uk-notify)
- [GOV.UK Notify](#govuk-notify)
- [Subscription Fulfillment](#subscription-fulfillment)
- [Third Party Publisher](#third-party-publisher)
- [Roles](#roles)
Expand Down Expand Up @@ -267,7 +267,9 @@ The client at runtime is attached as a javaagent, which allows it to send the lo
To connect to app insights a connection string is used. This is configured to read from the KV Secret mounted inside the pod.

It is possible to connect to app insights locally, although somewhat tricky. The easiest way is to get the connection string from azure, set it as an environment variable (APPLICATIONINSIGHTS_CONNECTION_STRING), and add in the javaagent as VM argument. You will also need to remove / comment out the connection string line the config.

## Security & Quality Considerations

We use a few automated tools to ensure quality and security within the service. A few examples can be found below:

- SonarCloud - provides automated code analysis, finding vulnerabilities, bugs and code smells. Quality gates ensure that test coverage, code style and security are maintained where possible.
Expand Down

0 comments on commit 543033d

Please sign in to comment.