takenet / blip-sdk-csharp

The C# SDK for the blip.ai bot platform
https://blip.ai
Apache License 2.0
32 stars 41 forks source link

Feature/AB#597248 create secrets variable replacer #198

Closed tuliorezende closed 4 months ago

tuliorezende commented 6 months ago

In this pull request, we're creating a new variable replacer on SDK to allow bots to use the new secret type. This new variable will store values in a Vault mechanism to not allow value exposure on database (like API tokens, credentials and other things).

Variable usage: {{secret.?}}