GitHub user StanleyShen closed a discussion: how to create own variable resolver
I am trying to create my own variable resolver for example for aws secret.
I referred `VaultVariableResolver` but put it in plugin/tech/aws folders.
After building code from UI I can newly added resolver, but when trying to use
it, it didn't get resolved at all.
For example in Set Variable I have thing like
```
test_name=${awssecret:test_name}
```
And write this `test_name` to log.
But I see in output, it's still the one `${awssecret:test_name}`.
I am trying to add some logs in my resolver, but I also didn't see anything.
I didn't see error logs as well.
Please let me what might be the cause, and how to check it.
Is there any documentation to create own resolver?
GitHub link: https://github.com/apache/hop/discussions/5312
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]