-
Notifications
You must be signed in to change notification settings - Fork 1
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
Configuration Documentation #3
Comments
Component dockerized and readme file updated |
API_BASE_URL=http://206.189.7.202:8000 --build-arg AUTH_SERVER_URL=http://206.189.7.202:7070/auth |
Can somebody explain what API_BASE_URL stands for? what's the difference with AUTH_SERVER_URL? |
As mentioned in the README: To change Gravitee or Keycloak need to pass --build-arg to change Gravitee modify API_BASE_URL="http://XXX.XXX.X.XXX:8000 to modify Keycloak change AUTH_SERVER_URL="http://XXX.XXX.X.XXX:7070/auth" |
OK, thanks, so API_BASE_URL would correspond to |
OK, I've tried this, but now after running the 5gcity:latest container and browsing http://5gcity-slave1.i2cat.net:5000 I'm redirected to 8080 port with a 5GCITY page that complains "we're sorry ... https is required"; I can ask our system staff to ask for a TLS certificate, but again, where's the documentation about how to configure dashboard / keycloak etc ... to use it? |
The https is not needed probably is something regarding the keycloak. Let me check |
@alfonsoegio this problem is due to a keycloak configuration. By default and for security reasons keycloak uses https. I've added on the AAA project a new realm called master. Please import the realm with the command
Have in mind that keycloak's import and export functionalities only work on the same host where the AAA is running. This command will overwrite your master realm and allow you to access keycloak. Please import also the 5GCity realm with the SSL disabled
|
OK, so this is an AAA issue ... I'll try the --import_realm master ... anyway, can we have documentation regarding how to setup real TLS certificates; this way we can have a proper setup from the beginning. |
Please, document all the configuration management / files to configure ports / IPs (specially the 5GCity-AAA API url); integration documentation.
The text was updated successfully, but these errors were encountered: