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
The name field of the key_manager section of the configuration is currently required:
[[key_manager]]
# (Required) Name of the key info manager. Used to tie providers to the manager supporting them.
name = "on-disk-manager"
That name is used for each provider to select it. In some conditions, if there is only one for example, that name could be made optional and all providers would use it directly. The name field could only be required when there is more than one KIM of the same type.