Skip to content

x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" #428

Discussion options

You must be logged in to vote

I can't see any POSTs in those logs, can you check they cover the period where the ingress is created?

We can have a look at the policies in OPA like this:

kubectl port-forward svc/opa -n opa 8181:8181

then, in another tab:

curl --silent localhost:8181/v1/policies/opa/policy/ingress-allowlist.rego | jq -r .result.raw

And the main.rego:

curl --silent localhost:8181/v1/policies/opa/policy/main.rego | jq -r .result.raw

Please can you format the output so it's easy to read on GitHub by using '```' blocks 🙂. This makes it easier to read your messages.

Replies: 1 comment 19 replies

Comment options

You must be logged in to vote
19 replies
@gviswalingam
Comment options

@charlieegan3
Comment options

@gviswalingam
Comment options

@charlieegan3
Comment options

Answer selected by gviswalingam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants