gabriel-farache opened a new issue, #1903:
URL: https://github.com/apache/incubator-kie-issues/issues/1903
When the token is required, it must be loaded from the DB and be provided to
the service needing it.
The token must be associated with the workflow instance ID in the DB for the
runtime to be able to retrieve the right token for the right execution: at
least 1 new table must be created:
* 1 table that holds the provider name and the associated token provided in
the header(s) `X-Authorization-<Provider>`
* providerName: encrypted String
* token: encrypted String
* (ProcessID: UUID, FK to process table if no joint table)
* 1 joint table could be introduced to join the previous table and the
process table OR the previous table could have the process ID as a foreign key
column
The tokens will be stored in their own database schema, separated from the
workflow’s schema. This is needed as the feature is implemented by a separate
extension.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]