Srdjan Grubor
Srdjan Grubor
When dialog loses focus, completion dialog stays visible and on top of other widgets in gnome-shell. May be related to #192 Acceptance criteria: - [ ] Completion dialog(s) close when...
When you have more content in the scrolled widget than the height of the window and you scroll up, starting to type does not scroll down to show the prompt....
## Objective Adds a MongoDB handler to Secretless, so it can proxy connections to a MongoDB backend. ## Demo (TODO: Describe the demo that will be delivered) ## Feature Overview...
## Is your feature request related to a problem? Please describe. Currently there is no good way to pass additional information to providers via configuration file so other ways (eg...
## Description [Proxyservice](https://github.com/cyberark/secretless-broker/blob/master/internal/proxyservice/proxy_service.go) module is lacking unit test coverage. This story is for adding them. AC: - [ ] Proxyservices has adequate unit test coverage
New logging has lost some extremely valuable messages in broker's initialization: ``` ... 2019/10/11 01:13:38 Loading internal plugins... 2019/10/11 01:13:38 - ConfigurationManagers: [configfile k8s/crd] 2019/10/11 01:13:38 - ConnectionManagers: [] 2019/10/11...
## Summary When the broker uses the `mssql` connector and you misconfigure the host/port in `secretless.yml`, connections through the broker will show a misleading error like this: ``` Error: Microsoft...
## Summary Currently TCP plugins (but maybe other ones too) only do credential fetching and verification that all the parameters are passed in during the `Connect` phase. This hides the...
Currently the broker does not do any early checking on `credentials` configuration. This causes problems in the UX as it defers obvious problem elevation until a much later time than...
We currently use the stdlib log for this but we should ideally use the one we made since it provides the loglevel info. AC: - [ ] Signal/reload listener uses...