Skip to content
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

[Feat]: Support EC public key #2587

Open
giovannipapini opened this issue Aug 3, 2024 · 1 comment
Open

[Feat]: Support EC public key #2587

giovannipapini opened this issue Aug 3, 2024 · 1 comment
Labels
feature New feature or request no-issue-activity rm-external Roadmap item submitted by non-maintainers

Comments

@giovannipapini
Copy link

Is your feature request related to a problem? Please describe.

Currently, trying to integrate auth login with external server bearer token, I receive this error

{"level":"panic","error":"Key is not a valid RSA public key","goroutine":1,"caller":"zotregistry.dev/zot/pkg/api/authn.go:426","time":"2024-08-03T13:52:30.053939244Z","message":"failed to create bearer authorizer"}

because it seems that Zot does not support EC (not RSA) public keys.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

@giovannipapini giovannipapini added the feature New feature or request label Aug 3, 2024
@rchincha rchincha added the rm-external Roadmap item submitted by non-maintainers label Aug 5, 2024
@rchincha
Copy link
Contributor

rchincha commented Aug 5, 2024

@giovannipapini we use chart-museum as our library for this, which currently supports only RSA. Let us look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request no-issue-activity rm-external Roadmap item submitted by non-maintainers
Projects
None yet
Development

No branches or pull requests

2 participants