Hi there!
In my organization, I have several services that share authentication logic and environment variables between the services. Is there a way to do that with Assertible?
Another question is related to hiding secrets from authorization requests - is it possible? I already learned about encrypted variables and their limitations here https://assertible.com/docs/guide/tests#limitations-of-encrypted-variables . But maybe we can avoid logging the body of setup requests somehow, or you can design a way to explicitly hide secrets from anywhere (e.g. like they do on GitHub Actions workflow)?
Regards