-
Notifications
You must be signed in to change notification settings - Fork 63
Deploy Stratos on kubecf #199
Comments
Stratos (both versions) deployed with success with KubeCF 0.1.0 on GKE 1.4.1 without UAA support. |
The verification should include UAA integration. |
We deployed Stratos and used the following values to connect to the UAA (cluster is a kind one):
it turns out that Stratos expects on kubecf, we don't setup identity zones like we did in scf (https://github.com/SUSE/scf/blob/develop/src/scf-release/jobs/uaa-create-user/templates/run.erb#L80). The So we verified that Stratos can authenticate with UAA but in order to work with kubecf one of the 2 must happen:
|
blocked by cloudfoundry/stratos#4101 |
I have installed Stratos 2.7.0 with helm, and used the UI to connect to kubecf. You have to specify the endpoint URL without a If unknown it can be extracted with In Stratos you can login with the same user and password combination or probably any other uaa combination which is part of the uaa group specified during the Stratos setup. |
Is your feature request related to a problem? Please describe.
The Stratos Console works on scf. We need to make sure it runs on kubecf.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: