Skip to content

Commit

Permalink
Fix trusty API URL (#2428)
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov authored Feb 26, 2024
1 parent b6f8ac5 commit 393cbe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
- MINDER_AUTH_REFRESH_TOKEN_PRIVATE_KEY=/app/.ssh/refresh_token_rsa
- MINDER_AUTH_REFRESH_TOKEN_PUBLIC_KEY=/app/.ssh/refresh_token_rsa.pub
- MINDER_AUTH_TOKEN_KEY=/app/.ssh/token_key_passphrase
- MINDER_UNSTABLE_TRUSTY_ENDPOINT=https://trusty.stacklok.dev
- MINDER_UNSTABLE_TRUSTY_ENDPOINT=https://api.trustypkg.dev
networks:
- app_net
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion internal/engine/eval/trusty/trusty.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
const (
// TrustyEvalType is the type of the trusty evaluator
TrustyEvalType = "trusty"
trustyEndpointURL = "https://trusty.stacklok.dev"
trustyEndpointURL = "https://api.trustypkg.dev"
trustyEndpointEnvVar = "MINDER_UNSTABLE_TRUSTY_ENDPOINT"
)

Expand Down

0 comments on commit 393cbe3

Please sign in to comment.