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

Install infinispan with opeartor get 403 error #1714

Open
gavinzhou opened this issue Nov 7, 2022 · 1 comment
Open

Install infinispan with opeartor get 403 error #1714

gavinzhou opened this issue Nov 7, 2022 · 1 comment

Comments

@gavinzhou
Copy link

I'm trying to install infinispan cluster on aws eks via operator and it shows 403 authentication error
Any suggestions?

  {
    "@logStream": "kube-apiserver-audit-b129e0fe0225dad2d21c4a89a7cca57a",
    "@timestamp": "2022-10-17 11:48:01.565",
    "@message": {
      "kind": "Event",
      "apiVersion": "audit.k8s.io/v1",
      "level": "Metadata",
      "auditID": "0723a627-ad59-4ab0-b59e-d66b929e9907",
      "stage": "ResponseComplete",
      "requestURI": "/apis/infinispan.org/v1/namespaces/infinispan/infinispans",
      "verb": "create",
      "user": {
        "username": "system:anonymous",
        "groups": ["system:unauthenticated"]
      },
      "sourceIPs": ["159.28.205.216"],
      "userAgent": "okhttp/3.14.9",
      "objectRef": {
        "resource": "infinispans",
        "namespace": "infinispan",
        "apiGroup": "infinispan.org",
        "apiVersion": "v1"
      },
      "responseStatus": {
        "metadata": {},
        "status": "Failure",
        "reason": "Forbidden",
        "code": 403
      },
      "requestReceivedTimestamp": "2022-10-17T11:48:01.286512Z",
      "stageTimestamp": "2022-10-17T11:48:01.288101Z",
      "annotations": {
        "authorization.k8s.io/decision": "forbid",
        "authorization.k8s.io/reason": ""
      }
    }
  },
@ryanemerson
Copy link
Contributor

ryanemerson commented Nov 11, 2022

@gavinzhou How did you install the Operator?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants