Querying secrets while reading a credential

Hello,

We are developing a secrets plugin for Vault. To do so, we’ve modified the sample plugin from the tutorial.

We’re trying to reuse key+secret from the 3rd-party service and we need to query the secrets in the internal storage from the createCredential() method. So far we haven’t found a way to query them from the ccloudBackend. Is it possible at all?

Thanks,
Laurent