konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
125 stars 42 forks source link

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

Open salyh opened 1 year ago

salyh commented 1 year ago

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

CaKlau commented 6 months ago

Hi @salyh

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