Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-6926

Use function args to specify auth information

XMLWordPrintable

    • 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)

       

       

              ftirados Francisco Javier Tirado Sarti
              ftirados Francisco Javier Tirado Sarti
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: