Skip to content

Commit d3f437e

Browse files
committed
Update 'platformEndpoint'
1 parent 4445cda commit d3f437e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/platform-integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
env:
123123
OPENTDF_CLIENT_ID: "opentdf-sdk"
124124
OPENTDF_CLIENT_SECRET: "secret"
125-
OPENTDF_HOSTNAME: "localhost:8080"
125+
OPENTDF_HOSTNAME: "http://localhost:8080"
126126
OIDC_TOKEN_ENDPOINT: "http://localhost:8888/auth/realms/opentdf/protocol/openid-connect/token"
127127
OPENTDF_KAS_URL: "http://localhost:8080/kas"
128128
INSECURE_SKIP_VERIFY: "TRUE"

validate_otdf_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
def _get_configuration() -> OpentdfConfig:
14-
platformEndpoint = "localhost:8080"
14+
platformEndpoint = "http://localhost:8080"
1515

1616
config: OpentdfConfig = OpentdfConfig(
1717
ClientId=environ.get("OPENTDF_CLIENT_ID", "opentdf-sdk"),

0 commit comments

Comments
 (0)