Commit graph

24 commits

Author SHA1 Message Date
e4d200e6fd remove basePath and basePath settings 2021-02-08 11:56:11 +01:00
b24387a22a final fixes for external authentication 2021-02-08 11:55:36 +01:00
bdcff1cc8b config: programmatically generate env mapping 2021-02-08 11:55:36 +01:00
fe2d291bb3 add support for external authentication via OAuth2 proxy 2021-02-08 11:55:36 +01:00
Sonja Happ
616a1c74dc WIP: adding test data via JSON file #44 2021-01-26 15:44:51 +01:00
ebe9d2304f fix invalid time unit in time.parseDuration() 2021-01-25 11:37:52 +01:00
2625e16fbe config: fix typo GolbalConfig -> GlobalConfig 2021-01-25 10:57:25 +01:00
c404c7af5a make JWT secret and expiry time configurable 2021-01-25 10:56:40 +01:00
Sonja Happ
ddd43f4de7 CI: disable kaniko cache, 2021-01-21 15:34:18 +01:00
da6515dddd S3: fix region inconsistency 2021-01-18 20:34:28 +01:00
Sonja Happ
2f796ed120 add S3 path style as environment variable and set it in CI config 2021-01-14 14:21:49 +01:00
661f2049b6 added support for storing files in S3 object storage 2020-11-28 02:51:35 +01:00
Sonja Happ
2c413925a3 fix circular dependency 2020-11-16 13:27:43 +01:00
Sonja Happ
d5ce60c71f Merge branch 'extend-amqp'
# Conflicts:
#	amqp/amqpclient.go
#	routes/register.go
#	routes/register_test.go
#	start.go
2020-11-16 13:20:13 +01:00
318705017f fix loading configuration from YAML files 2020-11-13 21:50:03 +01:00
5eaa133bcd rename a few flags 2020-11-13 09:33:55 +01:00
bd00442940 allow specifying detai;s for initial admin user 2020-11-13 09:33:43 +01:00
Sonja Happ
1de4d9c9c2 Code base refactoring: no functional changes, improving test coverage 2020-03-27 11:53:26 +01:00
Sonja Happ
4945d6ee85 use separate ENV variables for AMQP username and password 2020-03-20 13:14:31 +01:00
e9bd61c0cf add default port to default host 2019-11-21 12:26:15 +01:00
Sonja Happ
92f22035c6 add GPL 3.0 license statement in all (not auto-generated) code files 2019-11-20 11:08:33 +01:00
Sonja Happ
3524564a0f separate port and host configuration parameters (default values remain unchanged) 2019-11-19 15:35:21 +01:00
Sonja Happ
6d4c84ec4e - InitDB returns error
- Check more errors in InitDB
- fix for healthz endpoint (error checking was wrong)
- remove dbinit parameter from config due to redundancy with mode parameter
2019-11-14 11:44:26 +01:00
Sonja Happ
7a64d4653a Some fixes with respect to config
- resolve some name overlappings
- InitConfig sets global config and returns error
- Add missing error handling
2019-11-14 10:38:51 +01:00
Renamed from config/config.go (Browse further)