2a9b2d4026
fix linting errors found by staticcheck
2021-10-19 13:56:53 +02:00
Iris Marie Köster
4270bbda6f
do not read groups file by default
2021-09-22 10:14:49 +02:00
Sonja Happ
7b30b46b27
Add feature for duplicating scenario on external login
2021-09-17 20:32:36 +02:00
Sonja Happ
d03937e34c
add rancher URL and k8s cluster as config parameters, return them via config endpoint #73
2021-06-18 12:02:10 +02:00
Sonja Happ
1b3e4e907c
query status of VILLASnode via VILLASnode API in parallel job #64
2021-05-21 13:08:24 +02:00
Sonja Happ
b1c08f16b0
WIP: rework the demo data reading via config parameter(s)
2021-04-29 12:45:55 +02:00
e8673fad31
fix name of login url
2021-04-29 11:08:20 +02:00
Sonja Happ
d6a58a4cc0
complete switch to yaml files for groups/scenario mapping #61
2021-04-29 10:13:38 +02:00
c9a14bb767
use YAML for group scneario map
2021-04-29 09:24:12 +02:00
Sonja Happ
174ed2dd2e
check if groups file exists
2021-04-22 14:56:02 +02:00
Sonja Happ
f252c164b1
read groups file in main function instead of InitConfig to avoid problems with tests
2021-04-21 14:33:14 +02:00
Sonja Happ
ad44f8d1eb
read static scenario/group mapping from JSON file #61
2021-04-21 14:16:23 +02:00
7049ba6eaa
add static map to add users to scenarios based on their groups
2021-04-15 17:32:55 +02:00
00989a7725
get rid of ConfigureBackend
2021-02-08 11:56:14 +01:00
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