You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
ComponentConfig currently only supports "Algorithm" and "Priority" attributes, while components seem to be a generic type with multiple different uses that need a lot more versatility. e.g. creating a user-federation uses the ComponentConfig with multiple fields to control the federation which is not possible to create with GoCloak
Describe the solution you'd like
ComponentConfig should be a generic type where you can set a JSON string to your likes
Describe alternatives you've considered
An alternative would be to create different types of ComponentConfig depending on the Component you want to create.
Additional context
The text was updated successfully, but these errors were encountered:
…n struct (#325)
* Feature: #321 ComponentConfig now is a map[string]string to generalize it's usage
* changed module name
* changed all nerzal to doktormerlin
* added replacement directive
* Added newline to end of file
* removed replacement directive
* map[string]string now map[string][]string in ComponentConfig
* Changed ComponentConfig to be a map[string][]string instead of its own struct
* Fixed issues caused by renaming. Go and forking just doesnt go well together
* Renamed some stuff from Nerzal to nerzal
* tests sleeping 10 seconds again
* reverted tests
Co-authored-by: merl_umlaut <merlin.dienst@umlaut.com>
Is your feature request related to a problem? Please describe.
ComponentConfig currently only supports "Algorithm" and "Priority" attributes, while components seem to be a generic type with multiple different uses that need a lot more versatility. e.g. creating a user-federation uses the ComponentConfig with multiple fields to control the federation which is not possible to create with GoCloak
Describe the solution you'd like
ComponentConfig should be a generic type where you can set a JSON string to your likes
Describe alternatives you've considered
An alternative would be to create different types of ComponentConfig depending on the Component you want to create.
Additional context
The text was updated successfully, but these errors were encountered: