You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I tried to retagging some images in harbor repository.
I use OIDC in harbor and I have developer role in my repository.
So I read API spec and when I tested on API Explorer, it was succeed.
And then, I try to use cURL command to use API.
NOTE: The CLI secret is associated with the OIDC ID token. Harbor will try to refresh the token, so the CLI secret will be valid after the ID token expires. However, if the OIDC Provider does not provide a refresh token or the refresh fails, the CLI secret becomes invalid. In this case, log out and log back in to Harbor via your OIDC provider so that Harbor can get a new ID token. The CLI secret will then work again.
So I also re-login into harbor but result is same.
Versions:
harbor version: [1.10.0]
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi. I tried to retagging some images in harbor repository.
I use OIDC in harbor and I have
developer
role in my repository.So I read API spec and when I tested on API Explorer, it was succeed.
And then, I try to use cURL command to use API.
then it produces error
So I also re-login into harbor but result is same.
Versions:
The text was updated successfully, but these errors were encountered: