Skip to content

Commit

Permalink
added dash to reportstream key name
Browse files Browse the repository at this point in the history
Co-authored-by: Sylvie <[email protected]>
  • Loading branch information
pluckyswan and somesylvie committed Sep 5, 2024
1 parent 5626219 commit 4beefc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/senders/report_stream_sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func NewSender() (Sender, error) {
return Sender{}, err
}
// ca-phl-reportstream-private-key
reportStreamPrivateKeyName := utils.CA_PHL + "reportstream-private-key-" + utils.EnvironmentName() // pragma: allowlist secret
reportStreamPrivateKeyName := utils.CA_PHL + "-reportstream-private-key-" + utils.EnvironmentName() // pragma: allowlist secret

return Sender{
baseUrl: os.Getenv("REPORT_STREAM_URL_PREFIX"),
Expand Down

0 comments on commit 4beefc8

Please sign in to comment.