Skip to content

Commit

Permalink
fix: Integration secret shows connected status for invalid credentials (
Browse files Browse the repository at this point in the history
  • Loading branch information
zmotso committed Aug 1, 2024
1 parent ac85f0e commit 2a1e3fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func checkConnection(ctx context.Context, secret *corev1.Secret) error {
path = "/service/rest/v1/status"
req = newRequestWithAuth(ctx, secret)
case "dependency-track":
path = "/v1/team/self"
path = "/api/v1/team/self"
req = newRequest(ctx, string(secret.Data["url"])).SetHeader("X-Api-Key", string(secret.Data["token"]))
case "defectdojo":
path = "/api/v2/user_profile"
Expand Down

0 comments on commit 2a1e3fb

Please sign in to comment.