This repository was archived by the owner on Nov 2, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 38
Known issues and bugs
Ashokkumar Kannan edited this page Oct 24, 2019 · 1 revision
-
Issue doing CRUD operations on ServiceInstance/ServiceBinding when using Container Engine for Kubernetes(OKE) kubeconfig 2.0.0:
Problem: Error creating/updating/deleting/getting ServiceInstance/ServiceBinding when using OKE kubeconfig 2.0.0.
Symptom: ServiceInstance creation fails with status
ProvisionCallFailedand in the description(svcat get instance <instance_name> -o yaml) of the service instance the following message is present412; ErrorMessage: InvalidOriginatingIdentity; Description: Invalid X-Broker-API-Originating-Identity.Cause: Oracle Service Broker deployed in OKE is not able to understand additional attributes added as by OKE as part of kubeconfig 2.0.0 tokens.
Solution: Upgrading to OSB version 1.3.1 should fix this issue.