Emiliano Suñé
Emiliano Suñé
```bash Error: invalid argument "/bin/bash -c envsubst/envsubst.sh" for "--post-renderer" flag: unable to find binary at /bin/bash -c envsubst/envsubst.sh: exec: "/bin/bash -c envsubst/envsubst.sh": stat /bin/bash -c envsubst/envsubst.sh: no such file or...
Any update/suggestion on this? This is an issue for interoperability since (I assume) many teams have a variety of Linux/Windows/MacOS machines in addition to their CI/CD pipelines and the tools...
Still looking for clarifications/suggestions.
Still looking for clarifications/suggestions.
Still looking for clarifications/suggestions.
Provisioning and starting the agent are two different tasks, and that is why there may be the need to have ledger access. @andrewwhitehead and/or @ianco might have better explanations for...
@mloepfe you are right, however I believe the `AUTHOR` agent still needs to be in "write mode" in order to update their keys/metadata on the ledger (e.g.: endpoint). I am...
> OpenID OIDC is a popular option that allows the transfer of credentials as part of the process. For those _already_ involving OpenID, this seems like a good option. For...
I cannot remember how the demo works on PWD/PWV, but `vc-authn` requires clients to be registered with it and have the appropriate redirect URIs in order to successfully complete the...
Revocation is implemented in the [feature/revocation-support](https://github.com/bcgov/vc-authn-oidc/tree/feature/revocation-support) branch of `vc-authn`. Authentication will fail if the provided credential is revoked, however due to the underlying layer in Indy NOT returning information about...