Skip to content
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

Reference the cookie domain in the application.yml. #456

Open
kaladay opened this issue Jan 15, 2025 · 0 comments
Open

Reference the cookie domain in the application.yml. #456

kaladay opened this issue Jan 15, 2025 · 0 comments

Comments

@kaladay
Copy link

kaladay commented Jan 15, 2025

  1. Purpose
    Improve developer experience when starting up locally.

  2. Scope
    Help document this and make the process easier for a developer.

  3. 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).

  1. Reference Material
  1. Definitions and Acronyms (optional)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant