-
Notifications
You must be signed in to change notification settings - Fork 2
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
clientID is empty #93
Comments
Hi Colleagues, In collaboration with Niko, the issue has been posted. Please refer to the full context below. We ensured that the clientID was transferred via the composition field and is visible within the forProvider manifest. However, the status shows the clientID as empty. We're unsure what happened and would like clarification on the correct setup.
|
I just tried to reproduce that with exactly your data (apart from the users of course) and everything worked smoothly. So yes your data looks fine to me and I can't think of a reason why the provider should dismiss something from the API request there. Do you have some other kyma environments to check against? |
@sdischer-sap |
Describe the bug
We are using Composition to deploy the BTP Kyma runtime. However, we encountered an issue where the Kyma creation failed with the error: "clientID must not be empty." The relevant code is provided below. I have verified that the clientID has been correctly input through the Composition data transfer.https://github.tools.sap/rgm/co-pipeline-action-core/blob/feature-development/infrastructure/charts/templates/kymaruntime/kyma-compositions.yaml
Tested with Provider Version
crossplane:
version: 1.18.0
providers:
- name: btp
version: 1.0.2
- name: kubernetes
version: 0.15.0
- name: ias
version: 0.2.0
- name: vault
version: 1.0.0
- name: btp-account
version: 0.7.6
- name: argocd
version: 0.9.1
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful creation of kyma environment
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: