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
Purpose
Improve developer experience when starting up locally.
Scope
Help document this and make the process easier for a developer.
Overview
The cookie domain defaults to library.tamu.edu.
When a local developer starts up the instance, they get cookie errors because of the default setting.
Add a default setting to the application.yaml for server.servlet.session.cookie.domain or provide a commented out the developer default:
#server.servlet.session.cookie.domain: localhost
If the default is changed to localhost, then the deployment documentation should need to be updated to communicate that this should be updated for the appropriate system (such as via an environment variable).
Purpose
Improve developer experience when starting up locally.
Scope
Help document this and make the process easier for a developer.
Overview
The cookie domain defaults to
library.tamu.edu
.When a local developer starts up the instance, they get cookie errors because of the default setting.
Add a default setting to the
application.yaml
forserver.servlet.session.cookie.domain
or provide a commented out the developer default:If the default is changed to
localhost
, then the deployment documentation should need to be updated to communicate that this should be updated for the appropriate system (such as via an environment variable).scholars-discovery/src/main/java/edu/tamu/scholars/middleware/config/WebSecurityConfig.java
Line 62 in 0ce8760
The text was updated successfully, but these errors were encountered: