Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Known issues and bugs

Ashokkumar Kannan edited this page Oct 24, 2019 · 1 revision

Known Issues

  1. 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 ProvisionCallFailed and in the description(svcat get instance <instance_name> -o yaml) of the service instance the following message is present 412; 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.

Clone this wiki locally