dirigiblelabs / charts

Eclipse Dirigible Helm Charts Reposiory
Eclipse Public License 1.0
1 stars 0 forks source link

How to set username and password? #1

Closed mjschmidt closed 4 years ago

mjschmidt commented 4 years ago

I was able to deploy but cannot login, what is the default username and password and how do I override these values?

ThuF commented 4 years ago

Hi @mjschmidt the default values login are dirigible \ dirigible

For production use case we recommend to use external IDP as Keycloak for example: https://www.dirigible.io/blogs/2018/06/25/kubernetes_keycloak_postgresql_dirigible.html

For the SAP release, they are configured to use the default IDP of the SAP Cloud Platform: https://download.eclipse.org/dirigible/drops/R-4.6-202005311900/index.html

mjschmidt commented 4 years ago

Thanks, I am just getting started with it and checking it out but yeah for prod can you hook this to any oauth/openidconnect/saml provider?

ThuF commented 4 years ago

@mjschmidt we can enhance the chart to support automated deployment together with Keycloak, or at least to be able to change the default login values.

If that matches your request, would you be so kind to write an issue in our main GitHub repository: https://github.com/eclipse/dirigible

You can also try dirigible from our main site: https://www.dirigible.io/ -> Try It Out button

ThuF commented 4 years ago

@mjschmidt here are some getting started materials:

mjschmidt commented 4 years ago

Yeah I think just being able to change the login values to start would be good. My use case is for an offline environment currently. And we have oauth, openid connect, and saml security integration options. Keycloak is not espeicially easy to maintain yourself or I would totally hook that up to my openid connect provider then hook this to that. I was just wondering if this happened to have a more generic security integration point.

mjschmidt commented 4 years ago

Since I am right now just looking to setu a web based programing server for my team, i don't necessarily need all the security right now either :)

mjschmidt commented 4 years ago

knowing the default user name and pass works for me at the moment!

It worked!

ThuF commented 4 years ago

Great, then I'll close this issue for now.

@mjschmidt if you have any question, request or if you want to have some in-depth session about Eclipse Dirigible, you can contact us on: dirigible-dev@eclipse.org, https://eclipse-dirigible.slack.com or just write an issue on https://github.com/eclipse/dirigible

Regards, Yordan

mjschmidt commented 4 years ago

due to the license I can't contribute to it, my company only lets me contribute to apache

but looking at the chart it looks like you would just have to make some minor changes to the env section of the deployment yaml and the values file.

mjschmidt commented 4 years ago

and thanks!