-
Notifications
You must be signed in to change notification settings - Fork 70
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
VACMS-15798 / 15791 / 15795 next preview configs + oauth key handling #15936
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
3d6ac5c
gitignore public/private key for oauth
tjheffner 5f10440
export config for simple_oauth and next js site
tjheffner 78d8571
use simple oauth for preview in next
tjheffner 6723545
echo keys to files in tugboat
tjheffner 383e2aa
add other env vars where they need to be
tjheffner 6cc308b
[docs] Update and rename pw-dark-launch.md to dark-launch.md
jilladams 500c3af
Bump datadog/dd-trace from 0.92.2 to 0.93.1 (#15937)
dependabot[bot] 65d6b69
VACMS-14342: Set up `CODEOWNERS` (#15581)
ndouglas db5a601
Bump va-gov/content-build from 0.0.3377 to 0.0.3378 (#15938)
dependabot[bot] 26d508f
VACMS-15721: added description field for alert blocks view and browse…
edmund-dunn faf0881
VACMS-15276: Adds YouTube field (#15450)
omahane 1181bdf
VACMS-15891: Update Q&A Content Report View to use Multiple Workflow …
chri5tia 766efbb
update perms for nextjs role
tjheffner ac52c8b
update perms for nextjs role
tjheffner a281059
fix conflict
tjheffner c98fef7
re-export config for correct dependencies
tjheffner 4ab2ef2
override config for tugboat
tjheffner 5fa02a8
include full domains in the url path...
tjheffner 5d01d85
a couple more env vars in place
tjheffner 6bf5949
Merge branch 'main' into VACMS-15798-next-preview-configs
tjheffner 051dce1
env vars need added before build
tjheffner 609901e
tweak env vars slightly
tjheffner 5baf0f3
quote env vars
tjheffner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
uuid: 75dd1bfb-8507-4981-90b6-3830400e1434 | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
id: next_build_preview_server | ||
label: 'Next Build Preview Server' | ||
base_url: 'http://localhost:3000' | ||
preview_url: 'http://localhost:3000/api/preview' | ||
preview_secret: secret | ||
revalidate_url: '' | ||
revalidate_secret: '' |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,9 @@ _core: | |
access_token_expiration: 300 | ||
authorization_code_expiration: 300 | ||
refresh_token_expiration: 1209600 | ||
remember_clients: true | ||
token_cron_batch_size: 0 | ||
public_key: ../public.key | ||
private_key: ../private.key | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. relative to |
||
remember_clients: true | ||
use_implicit: false | ||
disable_openid_connect: false |
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
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
Oops, something went wrong.
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.
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.
noting these two urls work for local testing with next-build running separately outside of ddev.
these are overwritten in
settings.tugboat.php