Then, make sure to reference the secret in the .cntnr file of your container. We want the secret to be accessible as a envvar. Refer to podman documentation when in doubt: https://docs.podman.io/en/latest/markdown/podman-create.1.html
```
.../mycontainer.cntnr
...
secret mysecret,type=env
...
```
You still have to load the secret via credential-tool.sh, of course.