Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 25, 2024
1 parent 883546a commit a374b6f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
run: dagger run deno run -A ../src/dagger/runner.ts import-api-specs
working-directory: example
env:
SPECIFICATION_FILES: "/app/samples/PetstoreAPI-swagger.json"
MICROCKS_URL: "http://microcks:8080/api"
KEYCLOAK_CLIENT_ID: "microcks-serviceaccount"
KEYCLOAK_CLIENT_SECRET: "ab54d329-e435-41ae-a900-ec6b3fe15c54"
SPECIFICATION_FILES: /app/samples/PetstoreAPI-swagger.json
MICROCKS_URL: http://microcks:8080/api
KEYCLOAK_CLIENT_ID: microcks-serviceaccount
KEYCLOAK_CLIENT_SECRET: ab54d329-e435-41ae-a900-ec6b3fe15c54
API_NAME_AND_VERSION: ""
TEST_ENDPOINT: ""
RUNNER: "HTTP"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zenith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
env:
SPECIFICATION_FILES: "/app/samples/PetstoreAPI-swagger.json:true"
MICROCKS_URL: "http://microcks:8080/api"
KEYCLOAK_CLIENT_ID: "microcks-serviceaccount"
KEYCLOAK_CLIENT_SECRET: "ab54d329-e435-41ae-a900-ec6b3fe15c54"
KEYCLOAK_CLIENT_ID: microcks-serviceaccount
KEYCLOAK_CLIENT_SECRET: ab54d329-e435-41ae-a900-ec6b3fe15c54
API_NAME_AND_VERSION: ""
TEST_ENDPOINT: ""
RUNNER: "HTTP"
Expand Down
2 changes: 1 addition & 1 deletion example/.fluentci/src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export async function importApiSpecs(
`\
microcks-cli import "$SPECIFICATION_FILES" \
--microcksURL=$MICROCKS_URL \
--keycloakClientId=$KEYCKLOAK_CLIENT_ID --keycloakClientSecret=$KEYCLOAK_CLIENT_SECRET \
--keycloakClientId=$KEYCLOAK_CLIENT_ID --keycloakClientSecret=$KEYCLOAK_CLIENT_SECRET \
--insecure
--verbose
`,
Expand Down
2 changes: 1 addition & 1 deletion src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export async function importApiSpecs(
`\
microcks-cli import "$SPECIFICATION_FILES" \
--microcksURL=$MICROCKS_URL \
--keycloakClientId=$KEYCKLOAK_CLIENT_ID --keycloakClientSecret=$KEYCLOAK_CLIENT_SECRET \
--keycloakClientId=$KEYCLOAK_CLIENT_ID --keycloakClientSecret=$KEYCLOAK_CLIENT_SECRET \
--insecure \
--verbose
`,
Expand Down

0 comments on commit a374b6f

Please sign in to comment.