!26 iSulad: bugfix for authz connection
Merge pull request !26 from zhangsong234/master
This commit is contained in:
commit
5bf7c66ad4
@ -1,5 +1,5 @@
|
|||||||
%global _version 2.0.0
|
%global _version 2.0.0
|
||||||
%global _release 20200317.234132.gite3328fb3
|
%global _release 20200321.032232.gitaec8336d
|
||||||
%global is_systemd 1
|
%global is_systemd 1
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
|
|||||||
@ -78,7 +78,7 @@ struct http_get_options {
|
|||||||
#define HTTP_REQUEST_FILE 1
|
#define HTTP_REQUEST_FILE 1
|
||||||
|
|
||||||
/* authz unix sock and request url */
|
/* authz unix sock and request url */
|
||||||
#define AUTHZ_UNIX_SOCK "/run/docker/plugins/authz-broker.sock"
|
#define AUTHZ_UNIX_SOCK "/run/isulad/plugins/authz-broker.sock"
|
||||||
#define AUTHZ_REQUEST_URL "http://localhost/isulad.auth"
|
#define AUTHZ_REQUEST_URL "http://localhost/isulad.auth"
|
||||||
|
|
||||||
/* http response code */
|
/* http response code */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user