Skip to content

Commit

Permalink
Merge pull request #15 from kubescape/rename-api-key-header
Browse files Browse the repository at this point in the history
Rename header key
  • Loading branch information
David Wertenteil authored Oct 26, 2023
2 parents a05c146 + ccee084 commit 90c5d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/v1/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ const (
QueryParamJobID = "jobID"
QueryParamRegistryName = "registryName"

AccessKeyHeader = "X-API-TOKEN"
AccessKeyHeader = "X-API-KEY"
)

0 comments on commit 90c5d23

Please sign in to comment.