| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for using listening on TCP sockets | Christian Heimes | 2015-10-19 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | The server can be now configured using a new parameter called "server_url". Setting server_url to "http://0.0.0.0:80/" will make the server listen on TCP port 80, while setting it to "http+unix://%2fsocket" will make the server listen on the unix socket named "/socket". The backwards compatible "server_socket" is retained and used if no server_url is provided. The request dict has a new field "client_id" that contains either a PID or a peer name. In the future the field can be augmented with a TLS client cert DN or other similar identifier. Signed-off-by: Christian Heimes <cheimes@redhat.com> Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
| * | Add auditing to auth/authz modules | Simo Sorce | 2015-10-19 | 1 | -0/+18 |
| | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Christian Heimes <cheimes@redhat.com> | ||||
| * | Add UserNameSpace auths plugin | Simo Sorce | 2015-10-19 | 1 | -0/+26 |
| | | | | | | | | | Moves the secrets.Namespaces plugin to the proper authorizers file and fixes it to properly enforce the user-named namespace is being used. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Christian Heimes <cheimes@redhat.com> | ||||
| * | Add basic framework for authorization plugins | Simo Sorce | 2015-04-08 | 1 | -0/+48 |
