Skip to content

Enhanced Redeem #990

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Enhanced Redeem #990

wants to merge 13 commits into from

Conversation

barvhaim
Copy link
Contributor

First iteration completed using Extra Signers and Binding to pass the Issuer identity

Signed-off-by: bar haim <[email protected]>
Signed-off-by: bar haim <[email protected]>
Signed-off-by: bar haim <[email protected]>
Signed-off-by: bar haim <[email protected]>
Signed-off-by: bar haim <[email protected]>
if len(issuers) < 1 {
return nil, nil, errors.New("no issuer found")
}
issuer := issuers[0]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can it be possible that there is more than one issuer? If so, how do we know which one we have to pick?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We assumed that it is enough for a single issuer to sign and if there are multiple we take the first. It's about the definition of the flow #890

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok I don't know about that, maybe @KElkhiyaoui or @adecaro can confirm :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, Arne, we will need to fix this in coming PRs to let the user decide which issuer to choose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants