# core_auth_mgmt **Repository Path**: opensvc/core_auth_mgmt ## Basic Information - **Project Name**: core_auth_mgmt - **Description**: 基于组织的账户信息管理服务 组织账户/个人账户/子账户 用户组 产品/权限管理 角色管理 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Core_auth_mgmt Service This is the Core_auth_mgmt service Generated with ``` micro new --namespace=go.micro --type=service github.com/pku-hit/core_auth_mgmt ``` ## Getting Started - [Configuration](#configuration) - [Dependencies](#dependencies) - [Usage](#usage) ## Configuration - FQDN: go.micro.service.core_auth_mgmt - Type: service - Alias: core_auth_mgmt ## Dependencies Micro services depend on service discovery. The default is multicast DNS, a zeroconf system. In the event you need a resilient multi-host setup we recommend etcd. ``` # install etcd brew install etcd # run etcd etcd ``` ## Usage A Makefile is included for convenience Build the binary ``` make build ``` Run the service ``` ./core_auth_mgmt-service ``` Build a docker image ``` make docker ```