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

INSTALLATION FAILED: failed to authorize: failed to fetch oauth token: unexpected status: 403 Forbidden #273

Open
salyh opened this issue Jul 15, 2023 · 1 comment
Labels
bug Something isn't working community

Comments

@salyh
Copy link

salyh commented Jul 15, 2023

What steps will reproduce the bug?

$ helm install nifikop
oci://ghcr.io/konpyutaika/helm-charts/nifikop
--namespace=nifi
--version 1.1.1
--set image.tag=v1.1.1-release
--set resources.requests.memory=256Mi
--set resources.requests.cpu=250m
--set resources.limits.memory=256Mi
--set resources.limits.cpu=250m
--set namespaces={"nifi"}
Error: INSTALLATION FAILED: failed to authorize: failed to fetch oauth token: unexpected status: 403 Forbidden

What is the expected behavior?

It should work :-)

What do you see instead?

INSTALLATION FAILED: failed to authorize: failed to fetch oauth token: unexpected status: 403 Forbidden

Possible solution

ghcr.io registry permissions need to be adjusted i guess.

Docker image repos are also not working
docker pull ghcr.io/konpyutaika/helm-charts/nifikop:1.1.1
Error response from daemon: Head "https://ghcr.io/v2/konpyutaika/helm-charts/nifikop/manifests/1.1.1": denied: denied

docker pull ghcr.io/konpyutaika/docker-images/nifikop:1.1.1-master
Error response from daemon: Head "https://ghcr.io/v2/konpyutaika/docker-images/nifikop/manifests/1.1.1-master": denied: denied

NiFiKop version

v1.1.1-release

Golang version

n.a.

Kubernetes version

n.a.

NiFi version

No response

Additional context

Followed https://konpyutaika.github.io/nifikop/docs/2_deploy_nifikop/1_quick_start

@salyh salyh added bug Something isn't working community labels Jul 15, 2023
@CaKlau
Copy link

CaKlau commented Feb 18, 2024

Hi @salyh

it helped me to do the following:
https://jon.sprig.gs/blog/post/3141

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community
Projects
None yet
Development

No branches or pull requests

2 participants