Fadi Abbud
d451cc3908
(minor) Fix one option value
2022-02-18 13:57:45 +01:00
Sascha L. Teichmann
81fa044bf0
Made auth middleware more readable.
2022-02-15 20:55:19 +01:00
Bernhard Reiter
dbf52223e9
Fix code format in cmd/csaf_provider/controller.go
2022-02-15 18:26:11 +01:00
Bernhard Reiter
f20a9e2da6
Merge branch 'client-certificate' of github.com:csaf-poc/csaf_distribution into client-certificate
2022-02-15 18:21:41 +01:00
Bernhard Reiter
2905a30cc0
Improve tls client cert handling
...
* Improve nginx setup to transfer auth information to the fcgiwrap
backend.
* Add instructions for creating client certs for testing.
* Add debug output to see if and which client cert has been used when
calling the csaf_provider.go .
2022-02-15 18:20:24 +01:00
Bernhard Reiter
a71f490999
Merge branch 'main' into client-certificate
2022-02-15 10:01:18 +01:00
Bernhard Reiter
ae776306e2
Fix typo
2022-02-14 16:38:40 +01:00
Bernhard Reiter
ef402259a1
Improve client cert setup
...
* remove cert creation, as it will be described in a different
file.
2022-02-14 13:24:22 +01:00
Fadi Abbud
6a106640c6
Improve docs: add instructions to install TLS cert for nginx
...
* Add instructions for installing a TLS server certificate on nginx
* Fix link to nginx in README.md
* List all three ways to get a webserver TLS certificate. With some
hints on which to chose for which purpose.
* Do not add CSR instructions, because they can change over time and each CA may
have slightly different requirements.
* Add a hint about setting protocol selection.
* Fix typo in provider-setup.md
2022-02-14 12:39:40 +01:00
Bernhard E. Reiter
8b1185234d
Merge pull request #54 from csaf-poc/Typo-in-README
...
(minor) Typo
2022-02-11 15:35:04 +01:00
Fadi Abbud
078ccdbd69
Fix Typo
2022-02-09 16:30:32 +01:00
Fadi Abbud
e259a5878b
(minor) Typo
2022-02-09 16:22:31 +01:00
Fadi Abbud
566e4260df
Add License header to Makefile and adjust the README ( #53 )
...
* Add License header to Makefile and adjust the README
2022-02-09 15:52:05 +01:00
Fadi Abbud
4565096870
Merge pull request #52 from csaf-poc/dev-simplify-makefile
...
Improve Makefile
2022-02-09 09:15:05 +01:00
Bernhard Reiter
65605b2928
Improve Makefile
...
* Change mechanics to use a variable to indicate if a tag build is
wanted. Add ability to specify tag explictely.
* Use variables to have only one build recipe.
* Place binaries in target specific bin- directories.
* Do not return to main branch as it may not be the original branch we
were on. Turn this into a warning.
2022-02-08 17:31:49 +01:00
Sascha L. Teichmann
b0bf18ccdc
Merge pull request #50 from csaf-poc/typo_in_makefile
...
Replace "binaries" with "bin" in comments and one target
2022-02-03 13:15:37 +01:00
Fadi Abbud
221d7269ec
Replace "binaries" with "bin" in comments and one target
2022-02-03 12:27:13 +01:00
Sascha L. Teichmann
1d8b4c4c5a
Merge pull request #30 from csaf-poc/makefile-for-build
...
Add Makefile for building go components
2022-02-02 11:56:21 +01:00
Sascha L. Teichmann
9680a220be
Rename binaries folder to bin.
2022-02-02 11:20:51 +01:00
Fadi Abbud
d7250c7b66
Merge pull request #45 from csaf-poc/fix-37
...
Fixed issue #37
2022-01-31 15:36:38 +01:00
Sascha L. Teichmann
0760901d6e
Fixed issue #37
2022-01-31 14:17:35 +01:00
Fadi Abbud
ec6cabb9ac
Add one target to Makefile
...
* "build_linux": building for GNU/linux
* "build": Building for both linux and windows (cross build)
* Place the generate binaries under "binaries/" directory
* Improve echo messages
2022-01-31 13:09:47 +01:00
Fadi Abbud
84c3a108d0
Add some detail
2022-01-18 16:16:33 +01:00
Fadi Abbud
d37706e1e2
Fix typo
2022-01-18 09:48:06 +01:00
Fadi Abbud
97ca513f9b
Add Makefile for building go components
...
* Makefile with the following targets
** build for (linux system)
** build_win (windows system)
** build_tag (build from the last tag)
** clean for (removing the binaries)
* Adjust README file
2022-01-17 17:11:15 +01:00
Fadi Abbud
c57de75dac
Merge pull request #27 from csaf-poc/stop-check-not-run
...
Do not report success on checks which were not performed.
2022-01-13 09:14:08 +01:00
Sascha L. Teichmann
9adab13948
Do not report success on checks which were not performed.
...
Second part of the Fix of issue #24 .
2022-01-12 19:48:33 +01:00
Fadi Abbud
dd8378fe19
Use recommended ciphers and typo
...
* "des3" --> "aes256"
2022-01-12 14:24:21 +01:00
Fadi Abbud
beed2d15a5
Merge pull request #26 from csaf-poc/stop-check-error
...
Stop checker run of a domain after an error occurrs making a continua…
2022-01-12 12:43:17 +01:00
Sascha L. Teichmann
09de416a4a
Stop checker run of a domain after an error occurrs making a continuation pointless.
...
Fixes issue #24 .
TODO: Improve handling of checks that are not run due to the stop.
They currently report success which is not correct.
2022-01-12 12:32:07 +01:00
Fadi Abbud
3281387087
Configure nginx for client certificate authentication
2022-01-12 12:03:15 +01:00
Bernhard E. Reiter
2a69c13398
Merge pull request #23 from csaf-poc/uploader-documentation
...
Add some code documentation (csaf_uploader)
2022-01-10 15:26:19 +01:00
Bernhard E. Reiter
5bd049bf01
Merge pull request #18 from csaf-poc/third-party-licenses
...
Add Third party licenses info
2022-01-10 15:25:38 +01:00
Bernhard E. Reiter
6bd0e3da20
fix typos in README.md
2022-01-10 15:14:20 +01:00
Bernhard E. Reiter
d599b11c56
Improve writing of License section in README.md
2022-01-10 15:12:53 +01:00
Sascha L. Teichmann
24710be9fe
Improved wording of comments a bit.
2022-01-10 14:08:07 +01:00
Fadi Abbud
06d6d69755
Fix typo
2022-01-06 09:58:15 +01:00
Fadi Abbud
b32f2c6b03
Fix typo
2022-01-05 15:59:16 +01:00
Fadi Abbud
a1d2a445b7
Add some code documentation (csaf_uploader)
2022-01-05 12:29:35 +01:00
Fadi Abbud
c3475c4440
Improve Phrasing and move 3rdpartylicenses one up.
2021-12-16 16:26:08 +01:00
Fadi Abbud
934d1759e9
Merge pull request #20 from csaf-poc/fix-folder
...
Place CSAF files in the right folder.
2021-12-16 16:02:13 +01:00
Sascha L. Teichmann
dab359dd91
Place CSAF files in the right folder.
2021-12-16 15:53:44 +01:00
Fadi Abbud
54fac3b3ab
Merge pull request #19 from csaf-poc/csaf-checker-tests
...
Csaf checker tests
2021-12-16 15:27:05 +01:00
Fadi Abbud
a75d46bc9e
Remove unnecessary "license" word
2021-12-16 15:23:45 +01:00
Fadi Abbud
89224a52b9
Add Third party licenses info
2021-12-16 15:18:11 +01:00
Sascha L. Teichmann
da9bee4ff5
Implemented one folder per year requirement.
2021-12-16 15:17:38 +01:00
Sascha L. Teichmann
c334c0aa76
Fixed typo in spelling changes.csv.
2021-12-16 14:22:57 +01:00
Sascha L. Teichmann
0d7ca0db53
Renamed processing of ROLIE feeds more fittingly.
2021-12-16 11:29:18 +01:00
Sascha L. Teichmann
287a393b6c
Fixed passing to less arguments to fmt.
2021-12-16 03:26:25 +01:00
Sascha L. Teichmann
68cab9ec58
Search for index.txt and changes.csv in csaf folder, too.
2021-12-16 03:17:37 +01:00