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
For the "embedding as library use-case" the consumer might want to provide a custom-configuration format (memory,vfs). Currently there is no way to embed lico without having an identifier-registration.yml somewhere on the file-system.
To solve this the configuration should be exposed as map or struct internally.
Also other supporting files like certs and secrets should be passable as an io.Reader or byte[].
For the "embedding as library use-case" the consumer might want to provide a custom-configuration format (memory,vfs). Currently there is no way to embed lico without having an identifier-registration.yml somewhere on the file-system.
To solve this the configuration should be exposed as map or struct internally.
Also other supporting files like certs and secrets should be passable as an io.Reader or byte[].
Related: Kopano-dev/konnect#24
The text was updated successfully, but these errors were encountered: