Skip to content

Commit

Permalink
adding authentication to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
IbraAoad committed Nov 30, 2023
1 parent d8e9311 commit 4ffee5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2023-11-29
## [0.6.0] - 2023-11-30

- Added badges to README.md (#62).
- Config now accommodates client ID, key, and name, allowing users to specify individual client details.(#63).
- Config now accommodates client ID, key, and name, allowing users to specify individual client details (#63).
- Added client authentication using SHA512-hashed keys for enhanced security (#63).


## [0.5.0] - 2023-10-26
Expand Down
10 changes: 5 additions & 5 deletions cos_alerter/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ watch:

# Configuration for monitoring Alertmanager instances.
# - clientid: Unique identifier for the Alertmanager instance.
# - key: Secret key for authenticating and authorizing communication with COS Alerter. (Should be an SHA512 hash)
# - key: Secret key for authenticating and authorizing communication with COS Alerter. (Should be a SHA512 hash)
# - name: Descriptive name for the instance.
# eg:
# clients:
# clientid1:
# clientid0:
# key: "822295b207a0b73dd4690b60a03c55599346d44aef3da4cf28c3296eadb98b2647ae18863cc3ae8ae5574191b60360858982fd8a8d176c0edf646ce6eee24ef9"
# name: "Instance Name 1"
# clientid2:
# name: "Instance Name 0"
# clientid1:
# key: "0415b0cad09712bd1ed094bc06ed421231d0603465e9841c959e9f9dcf735c9ce704df7a0c849a4e0db405c916f679a0e6c3f63f9e26191dda8069e1b44a3bc8"
# name: "Instance Name 2"
# name: "Instance Name 1"
clients: {}

notify:
Expand Down

0 comments on commit 4ffee5f

Please sign in to comment.