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
need apiVersion 2 of ansible servcie broker #1136
Comments
|
Feature: Registring ansible service broker to cloud foundry What happened: so, On cloud foundry I have apiVersion is 2 but your ansible service broker works on api version 1, I am using this template https://github.com/openshift/ansible-service-broker/blob/master/templates/simple-broker-template.yaml Expected to happen: want to register the ansible service broker on my cloud foundry. |
this refers to the apiVersion for the
|
|
Feature: Registring ansible service broker to cloud foundry What happened: so, On cloud foundry I have apiVersion is 2 but your ansible service broker works on api version 1 , Link |
I am not understanding that how to do the authentication. versions detail: Server https://54.205.122.2:8443 openshift v3.9.0+71543b2-33 Then I tried registering the ansible service broker on cf using the command after this command, I am getting the issue which I mentioned earlier comment. After this I dont know where to do the authentication and what will be username and password or token for authentication. |
|
@lordcf we've never formally tested the broker with Cloud Foundry. I believe you'll need to configure the broker to use Basic Auth so it will work with Cloud Foundry. Set auth:
- type: basic
enabled: falseThe following document https://github.com/openshift/ansible-service-broker/blob/master/docs/auth.md explains how t o configure basic auth. The mechanism is simple, determine a username & password combination you want. Then on the OpenShift side where the broker lives, you create a secret with the username and password. Then in Cloud Foundry you need to configure it to use the same username & password combination when talking to the broker. This should fix the authentication problem between the two. |
|
@lordcf I'm unsure of the use case you are working towards but wanted you to be aware that I don't believe our broker will run as-is on cloud foundry, even if you work through issues with the broker booting up and registering to the service catalog. My concerns are around running service-bundles, we rely on k8s api's to create a pod and run a bundle. That portion of the broker will need updates to use a new mechanism for running a container to execute work if this is to run exclusively on cloud foundry. |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
/close |
|
@jmrodri: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This form is for bug reports and feature requests. Major features will go through a spec process.
Feature:
Bug:
What happened:
What you expected to happen:
How to reproduce it:
The text was updated successfully, but these errors were encountered: