Emiliano Suñé
Emiliano Suñé
@swcurran how are we planning to deal with revoking a credential? Currently, credentials are not "really" revocable and it is a state that is managed by issuing a new credential...
> > > For the OrgBook Issuer/Aries VCR use case there is no revocation and it is up to the business logic as you mentioned above. Ok, thank you for...
I cannot recall what was the reason, likely the fact that not all the endpoints could be implemented since vc-authn only deals with authentication, not authorization, and therefore the "standard"...
Yes, I agree that a clean-up would be helpful. This would be something to keep in mind for future updates of the platform (e.g.: when moving away from IdentityServer4, which...
@joejulian I am not sure I follow you: there are no arguments in my call, just the path to the executable to be used as renderer, which is consistent with...
> > Try `--post-renderer /bin/bash --post-renderer-args -c --post-renderer-args envsubst/envsubst.sh` I will give a try your suggestion, however to be 100% clear my initial command 9see opening post) was: ``` $...
> Does envsubst.sh have a [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) to inform the library function what program to execute the script with? Clearly without it windows is trying to interpret text as a binary....
@joejulian in the other question they are using a `ps1` script (Powershell) in Powershell on Windows. Powershell is part of the OS architecture in windows. Since I would like my...
Thank you @joejulian, I'll try to follow-up with the Go team if/when I get a chance. This issue may come in handy in the future if someone else is having...
For reference, the `traction` CD pushing to `dev` every time a change is merged to `main` is here: https://github.com/bcgov/traction/blob/main/.github/workflows/on_push_main.yaml We would likely want something similar implemented.