You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sczyh30 First of all, thanks for this blueprint! looks really good and is well documented
However, I think it would be better to lock down the versions of the docker images instead of relying on "latest". Otherwise, you might be in a constant bug fixing everytime a new docker image breaks your project.
For example, elasticsearch:latest, logstash:latest and kibana:latest can no longer be found. MySQL currently has Unable to load authentication plugin 'caching_sha2_password'. Keycloak fails on first startup with Caused by: java.sql.SQLException: Access denied for user 'keycloak'@'172.27.0.2' (using password: YES).
Currently, I havent been able to run the project because Im still trying to address these docker issues.
The text was updated successfully, but these errors were encountered:
@sczyh30 First of all, thanks for this blueprint! looks really good and is well documented
However, I think it would be better to lock down the versions of the docker images instead of relying on "latest". Otherwise, you might be in a constant bug fixing everytime a new docker image breaks your project.
For example, elasticsearch:latest, logstash:latest and kibana:latest can no longer be found. MySQL currently has
Unable to load authentication plugin 'caching_sha2_password'
. Keycloak fails on first startup withCaused by: java.sql.SQLException: Access denied for user 'keycloak'@'172.27.0.2' (using password: YES)
.Currently, I havent been able to run the project because Im still trying to address these docker issues.
The text was updated successfully, but these errors were encountered: