Emiliano Suñé
Emiliano Suñé
Output of `helm version`: `version.BuildInfo{Version:"v3.6.3", GitCommit:"d506314abfb5d21419df8c7e7e68012379db2354", GitTreeState:"clean", GoVersion:"go1.16.5"}` Output of `kubectl version`: ```bash Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.2", GitCommit:"8b5a19147530eaac9476b0ab82980b4088bbc1b2", GitTreeState:"clean", BuildDate:"2021-09-15T21:38:50Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"windows/amd64"} Server Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.1", GitCommit:"632ed300f2c34f6d6d15ca4cef3d3c7073412212",...
When bumping the schema version for a registration credential (e.g.: `registration.registries.ca` in OrgBook BC), issuing a new credential for a legal entity that was already registered (e.g.: the topic was...
When using the discovery document at `.well-known/openid-configuration` to configure and OIDC client, the default IdentityServer4 endpoints will be returned, however the VC Identity Provider uses endpoints with the prefix `/vc/`:...
After successfully responding to a proof-request, `vc-authn` will compile a JWT which contains all of the attribute values that were received when responding to the proof-request. It would be best...
Until now we have been running two instances of VC-Authn (one under the default` profile and one under the `rev` profile) to support access requests with both non-revocable and revocable...
As discovered by investigation for #108, it is not possible to use unrestricted proof requests with `vc-authn`: the proof request is generated correctly, but then the controller throws an error...
`vc-authn` currently only supports `basic` claim filter/restrictions - as per the [AttributeFIlter](https://github.com/bcgov/vc-authn-oidc/blob/master/oidc-controller/src/VCAuthn/Models/AttributeFilter.cs) model used in both [RequestedAttributes](https://github.com/bcgov/vc-authn-oidc/blob/master/oidc-controller/src/VCAuthn/Models/RequestedAttribute.cs) and [RequestedPredicates](https://github.com/bcgov/vc-authn-oidc/blob/master/oidc-controller/src/VCAuthn/Models/RequestedPredicate.cs). We need to be supporting other types of restrictions, such as...
When a proof-request fails, a message highlighting the various possible causes could be displayed. In general, a proof verification sent by a mobile wallet could fail because of: - missing...
We are going to retire Fathom, so the analytics code is not required anymore. Matomo will be migrated to a new OpenShift environment, updating the URL to use the `vonx.io`...
As we start hosting agents for third-party issuers, we also need to provide developers with tools for troubleshooting their interactions with the agents. Accessing the agent(s) logs is necessary both...