URL: https://github.com/SSSD/sssd/pull/53 Title: #53: Fixes in the config API related to secrets responder
fidencio commented: """ Change done and patchset updated. Just to make things easier for the reviewer, here is what the fix up looks like: ``` [ffidenci@cat sssd]$ git diff diff --git a/src/config/cfg_rules.ini b/src/config/cfg_rules.ini index 8a5290e..882a185 100644 --- a/src/config/cfg_rules.ini +++ b/src/config/cfg_rules.ini @@ -228,7 +228,6 @@ option = reconnection_retries option = fd_limit option = client_idle_timeout option = description -option = provider option = containers_nest_level option = max_secrets @@ -237,6 +236,7 @@ validator = ini_allowed_options section_re = ^secrets/users/[0-9]\+$ # Secrets service - proxy +option = provider option = proxy_url option = auth_type option = auth_header_name ``` """ See the full comment at https://github.com/SSSD/sssd/pull/53#issuecomment-259799269
_______________________________________________ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org