-
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
[56] Implement shared session between Rails <=> Phoenix #128
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…d-rails-phoenix-session * 'dev' of github.com:GSA/Challenge_platform: Bump rails from 7.1.3.4 to 7.2.0 Bump ruby-lsp from 0.17.11 to 0.17.13 change dependabot to monitor dev branch
…d-rails-phoenix-session * 'dev' of github.com:GSA/Challenge_platform: [127] Create Evaluator route, controller, view (#133) 125 Remove unused view specs 125 Fix rubocop codeclimate failures 125 Placeholder challenge manager eval files
This reverts commit 19f81ff.
…d-rails-phoenix-session * 'dev' of github.com:GSA/Challenge_platform: (21 commits) [#25,#5, #27] Header / Nav / Banner / Utility Menu (#124) Adjust puma config Manifest and config tweak Config tweaks adjust asset precompile Configure default proxy if env set Adjust ports Memory tweaks env tweaks Memory tweak More memory Adjust sidecar boot Move proxy into its own manifest Add local proxy sidecar 34 Use skip before action instead of except for timeout 34 Readability fix for check_session_expiration 34 Fix for timeout not redirecting properly 34 Remove session timeout from .envrc 34 Change session timeout env var to a constant 34 Fix failing session timeout test ...
…d-rails-phoenix-session * 'dev' of github.com:GSA/Challenge_platform: [Snyk] Security upgrade rubocop-rails from 2.25.1 to 2.26.0 (#132)
40 tasks
stepchud
reviewed
Sep 11, 2024
stepchud
reviewed
Sep 11, 2024
stepchud
reviewed
Sep 13, 2024
req = Net::HTTP::Post.new(uri) | ||
req['Login-Secret'] = Rails.configuration.phx_interop[:login_secret] | ||
req['User-JWT'] = jwt | ||
req['Remote-IP'] = request.remote_ip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
stepchud
approved these changes
Sep 17, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works for me
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#56