Skip to content

Commit

Permalink
Fixes examples
Browse files Browse the repository at this point in the history
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
  • Loading branch information
cdavernas committed Aug 14, 2024
1 parent 6c02af7 commit 11baa9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsl-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ use:
petStoreOAuth2:
oauth2:
authority: https://petstore.swagger.io/.well-known/openid-configuration
grant: client-credentials
grant: client_credentials
client:
id: workflow-runtime
secret: "**********"
Expand Down Expand Up @@ -1287,7 +1287,7 @@ do:
authority: http://keycloak/realms/fake-authority
endpoints:
token: /oauth2/token
grant: client-credentials
grant: client_credentials
client:
id: workflow-runtime
secret: "**********"
Expand Down

0 comments on commit 11baa9e

Please sign in to comment.