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
Now, we have automatic redirection to HTTPs in local env (nginx).
I had to change the configuration.
Seems that it works fine now.
Logging out
Result, more than 2 minutes, still logged in.
Summary. Seems that it works now.
Build
By default, Docker image is created using prod env
# Default deployment type can be overwritten by docker build --build-arg DEPLOYMENT=dev ...
ARG DEPLOYMENT=prod
RUN echo "Deploying for ${DEPLOYMENT}"
# Build the app.
RUN npx cross-env REACT_APP_DEPLOYMENT=${DEPLOYMENT} npm run build
I had set K8S variables during build, with default DEPLOYMENT value.
I do not see any requests to KC
We should consider reconfiguring or disabling keycloak service for local deployment.
The steps to reproduce:
docker compose up -d --build
docker exec -w /usr/local/app/ yaptide_flask python3 yaptide/admin/db_manage.py add-user admin --password mysecretpassword
docker compose up -d --build
http://localhost
(nothttps://localhost
!!)Here is the timing of events:
Second 0 we open the app:
At 25s we submit a simulation:
At 1.1 min we have the results:
At 2.5 min we are logged out. There goes a request to
sso.pre.plgrid.pl
, but I ran the test on my own laptop, hence no access there:The text was updated successfully, but these errors were encountered: