diff --git a/Makefile b/Makefile index 6407362c8..43017bc94 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ endef define set_build_env git submodule init git submodule update - docker build -t ${DOCKER_NAME} . + docker build --platform=linux/x86_64 -t ${DOCKER_NAME} . endef define build diff --git a/proto/spaceone/api/identity/v2/agent.proto b/proto/spaceone/api/identity/v2/agent.proto index 4a06d71dc..ce9ff5b15 100644 --- a/proto/spaceone/api/identity/v2/agent.proto +++ b/proto/spaceone/api/identity/v2/agent.proto @@ -96,13 +96,13 @@ message AgentInfo { State state = 5; bool is_managed = 6; RoleType role_type = 7; - ResourceGroup resource_group = 20; string domain_id = 21; string workspace_id = 22; - string service_account_id = 23; - string app_id = 24; - string role_id = 25; - string client_id = 26; + string project_id = 23; + string service_account_id = 24; + string app_id = 25; + string role_id = 26; + string client_id = 27; string created_at = 31; string expired_at = 32; string last_accessed_at = 33;