-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
Currently Serverless Workflow expects certain auth information that is not part of the OpenApi files ( client id and client secret for credentials flow, for example or username and password for basic auth or the token for bearer auth) to be present in properties of the form
org.kogito.openapi.client.<servicename>.<propertyname>=<value>
With this Jira we are going to add the possibility to override these values by using expression that are part of the function args
The names of the arguments will be:
- clientId (client credentials oauth2)
- clientSecret (client credentials oauth2)
- apiKey (ApiKey)
- apiKeyPrefix (ApiKey)
- Username (Basic and password credential oauth2)
- Password (Basic and password credential oauth2)
- accessToken (Bearer)