Commit graph

23 commits

Author SHA1 Message Date
dd2ef9aa9e Fix conf parameter name 2023-07-24 20:16:53 +02:00
ff8ec8a8c5 Release 0.1.2
- fix path to cacert-idp binary
2023-07-24 19:43:43 +02:00
8824e6a452 Release 0.1.0
Hotfix for systemd service unit
2023-07-24 19:18:50 +02:00
a2f944dd9f Release 0.1.0 2023-07-24 18:11:13 +02:00
d74503165e Add build info output at application start 2023-07-24 18:11:13 +02:00
4e9042ef55 Merge pull request 'improve-for-first-release' (#1) from improve-for-first-release into main
Reviewed-on: #1
2023-07-24 16:00:41 +00:00
fe1914fd89 Move Markdown parsing to i18n service 2023-07-24 17:59:18 +02:00
b0daaf956f Add handling of invalid login challenge 2023-07-24 17:58:55 +02:00
0b59ad9fd4 Add packaging configuration
- add gorelease config
- add commented example configuration
- add service file and postinst script
- rename cmd/idp.go to cmd/idp/main.go
2023-07-24 17:55:41 +02:00
16a3dbedc8 Small IDP refactoring
- move internal code to internal directory
- add translations for texts on missing email in client certificate page
- add error handling for missing login_challenge request parameter
- add Markdown support via goldmark
- use https:// URLs in Apache license headers
2023-07-18 20:37:04 +02:00
9fad7ef3a6 Embed translation bundle into binary 2023-05-15 16:47:37 +02:00
2c82ccb324 Fix linter warnings, modernize code 2023-05-13 13:27:19 +02:00
e828b30b21 Add linting support
- add lint target in Makefile
- add golangci-lint configuration
2023-05-13 10:16:49 +02:00
796f8cf16d Add Apache License 2.0 text 2023-05-13 10:16:00 +02:00
bda6cf39c3 Update dependencies
- update to Go 1.19
- update dependencies in go.mod/go.sum
2023-05-13 10:15:22 +02:00
2ccbb5dd10 Bump copyright year 2022-11-21 17:14:03 +01:00
311f4105d6 Update instructions for go 1.16+ 2022-11-21 17:10:18 +01:00
695f5cae6b Use embed.fs for self-contained build 2022-08-22 18:50:59 +02:00
0effaaa586 Use CGO_ENABLED=0 for static binary 2022-08-19 16:48:32 +02:00
2affaa2150 Add Makefile
This commit adds a Makefile to automate the steps required to build the
cacert-idp binary.
2022-08-17 20:25:00 +02:00
26447f99c9 Extract startServer method from main() 2021-09-19 19:54:00 +02:00
88bfe0a5df Initial IDP version
- copied/stripped down from
  https://git.dittberner.info/jan/hydra_oidc_poc
2021-09-11 13:35:15 +02:00
721dbc7e65 Add basic project information 2021-09-11 12:16:50 +02:00