ConfigSeeder 2.10.0 released
With this release, we extend our functionality around Kubernetes Config Maps and Secrets, but also introduce the ability to work with binary files with our OS Connector. Besides the authentication option over OIDC or OAuth2, ConfigSeeder now also supports pre-authentication over request headers.
Download ConfigSeeder 2.10 / Kubernetes Connector 1.1 / OS Connector 1.0.0
Highlight Features
Kubernetes Configmaps and Secrets
The administration of Kubernetes ConfigMaps and Secrets has become even more versatile. Until now it was possible to fill Secrets and ConfigMaps either with simple Key / Value fields or via referenced ConfigurationGroups. Newly added is the possibility to create values using Templating ConfigMap.
We have published possible applications and setups in a series of blog articles:
- Using the K8s Connector
- Using K8s Connector with Helm (Part 1)
- Using K8s Connector with Helm (Part 2)
- Using K8s Connector with Helm (Part 3)
Binaries

It is a common scenario that binaries such as images, license keys, trust stores, certificates, etc. must be distributed as part of configurations. This is now possible with the support of the Assembly Type Binary. As with static files, it is possible to place corresponding binary files at a specific location in the file system.
Improved Templating

The current template editor has been extended by a few helpful features. Now the different keys of the different sources are visible and can be used at any position. For readability, the variables are highlighted.
Authentication
So far ConfigSeeder supported three different authentication options: Via OIDC, OAuth2 and for test purposes via query parameters. Not in all company environments an OIDC or OAuth2 capable authentication solution is available. Authentication also supports the use of headers, as is the case with typical pre-authenticated calls.
All Changes
Added
- Support of Binary Datatypes #468
- Introduce Operator Role #813
- Available assemblies filtered by license type #833
- Kubernetes Connector can create API keys for Value Provider #834
- Support of pre-authenticated users (Headers) #835
- Template assembly supports showing available variables and adds them by click #836
- Template assembly highlights replace parameters #837
- Template based Config Maps #863
- Support x-forward headers #871
Improved
- UX: Add accessibility shortcuts #519
- UX: Add search-function to popup displaying multiline string #608
- Export :ConfigurationGroup references as Key and not as Id #776
- Upgrade to Java 11 #812
- E-Mail should be optional #844
- Logging: Improve Log / Return value when accessing ConfigSeeder with an unknown API Key #845
- Manual: Simplify Setup-Guide: Use application.yaml instead of configseeder.yaml #855
Fixed
- Dependency warning on build #806
- Value Provider fails to start when no data is returned from Management #846
- Fix Blocker Vulnerability #854
- Create new assembly leads to client error #856
- DatePicker broken after adding onFocus() and onBlur() #864
- Endless loop on save profile for Operator #870
- ConfigSeeder cannot start in Firefox #875
- Some dropdowns have broken layout #876