We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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": "" } } },
The text was updated successfully, but these errors were encountered:
@gavinzhou How did you install the Operator?
Sorry, something went wrong.
No branches or pull requests
I'm trying to install infinispan cluster on aws eks via operator and it shows 403 authentication error
Any suggestions?
The text was updated successfully, but these errors were encountered: