-
Notifications
You must be signed in to change notification settings - Fork 486
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
Add http node attestor #4909
Merged
Merged
Add http node attestor #4909
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
b322773
Add http challenge node attestor
kfox1111 f08d9d2
Fix various issues so it works again after refactor
kfox1111 009166f
Fix some issues
kfox1111 7caac6f
Fix some issues
kfox1111 3e68d07
Fix some issues
kfox1111 baaa4f6
Fix some issues
kfox1111 029f117
Fix some issues
kfox1111 82af10b
Fix some issues
kfox1111 86fbf7c
Fix some issues
kfox1111 727c5f9
Implement tofu. Incorperate feedback
kfox1111 9f42248
Fix some lint bits
kfox1111 76d761f
More lint
kfox1111 a693947
More lint
kfox1111 28dc797
Merge branch 'main' into http
kfox1111 6416f01
Merge branch 'main' into http
kfox1111 9e8897e
Apply suggestions from code review
kfox1111 fdfc837
Incorperate feedback
kfox1111 f8bc768
Merge branch 'http' of https://github.com/kfox1111/spire into http
kfox1111 b5a439e
Incorperate feedback
kfox1111 0656513
Incorperate feedback
kfox1111 6a94dfd
Fix example
kfox1111 4e8133e
Incorperate feedback
kfox1111 b0df1d6
Incorperate feedback
kfox1111 0c1d254
Incorperate feedback
kfox1111 effb6b3
Fix lint issues
kfox1111 d6f3b6a
Fix lint issues
kfox1111 6cdb65b
Fix 404 issue
kfox1111 98d7363
Fix lint issue
kfox1111 623ed12
Fix issue with protocol
kfox1111 968e90e
Merge branch 'main' into http
kfox1111 0e7dd47
Remove tempate
kfox1111 b687049
Apply suggestions from code review
kfox1111 1caaaec
Merge branch 'main' into http
kfox1111 069bb2b
Fix typo
kfox1111 69edbe1
Add some unit tests
kfox1111 41f1e74
Add a bunch of httpchallenge server plugin tests
kfox1111 92e72d5
Add some more tests
kfox1111 151d3c3
Test server works
kfox1111 b6c4a41
Add tofu checks
kfox1111 f00d02f
Add httpchallenge agent tests
kfox1111 81b205a
Incorperate feedback
kfox1111 501a957
gofmt files
kfox1111 a404aa3
Apply suggestions from code review
kfox1111 5ab497d
Fix lint issues
kfox1111 b5caee3
Fix lint issues
kfox1111 1af2187
Fix test
kfox1111 a2c0385
Incorperate feedback. Add localhost block.
kfox1111 be2b414
Fix test
kfox1111 2bec5df
Add test for localhost test. Incorperate feedback
kfox1111 4c95d25
Incorperate feedback
kfox1111 2ac078f
Fix lint issue
kfox1111 32f8f04
Merge branch 'main' into http
kfox1111 f47af5c
Merge branch 'main' into http
kfox1111 f596796
Update doc/plugin_server_nodeattestor_http_challenge.md
kfox1111 2880654
Merge branch 'main' into http
kfox1111 3dae7a2
Incorperate feedback
kfox1111 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
Implement tofu. Incorperate feedback
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
- Loading branch information
commit 727c5f96439524c804ba1d4f947c87bdd269aecd
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
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.
nit :
allowed_dns_patterns
It also isn't clear what it means to "apply" the regex, i.e., we should be clear that the hostname must match at least one pattern.
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.
I took a stab at rewording. Please rereview to see if its more clear