-
Notifications
You must be signed in to change notification settings - Fork 887
feat: Add deployment side config-ssh options #6613
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
79535d0
feat: Allow setting deployment wide ssh config settings
Emyrk f0eb123
feat: config-ssh respects deployment ssh config
Emyrk 4beeb62
Catch early parse error
Emyrk 08f5d3d
Add to unit test
Emyrk c8c5189
fix typo
Emyrk 96ad4bc
Add unit test
Emyrk f9f4a8f
Fix output
Emyrk ebf9eb9
Make gen
Emyrk 119695b
Simplify if/else
Emyrk b8f3242
Fix AutorizeAllEndpoints
Emyrk b082a5a
Fic swager docs
Emyrk 4a1e3c2
Make gen
Emyrk 01ea08f
The '.' is now configurable
Emyrk 7074f50
CODER env prefix is automatic
Emyrk 952c591
Renames
Emyrk dae091a
Make gen
Emyrk a1dd7d4
Fix AutorizeAllEndpoints
Emyrk 4f42634
Rename to drop 'CLI'
Emyrk c218edd
Prefix requires .
Emyrk a752fc8
Use constant in test
Emyrk d328d97
Linting
Emyrk a4b9620
Formatting
Emyrk 78fbda8
Allow the user to override the host prefix
Emyrk d28b850
Fix doc messages
Emyrk 617d987
Make gen
Emyrk eb4bb7b
Fix comment
Emyrk 123ce02
Remove "CLI" part of naming
Emyrk ca41cce
Update golden files
Emyrk efcbc29
Fix 404 logic
Emyrk 3c1c87f
remove 1 error check
Emyrk 4586b11
Move buildinfo into deployment.go
Emyrk 0f2ef97
fixup! Move buildinfo into deployment.go
Emyrk a5aac50
make gen
Emyrk a3254cd
Golden files
Emyrk 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Default > Deployment > Flags
So the user can always override any values by using
-o
flag.