- 인쇄
- PDF
SourceDeploy 권한 관리
- 인쇄
- PDF
Classic/VPC 환경에서 이용 가능합니다.
네이버 클라우드 플랫폼의 계정 관리 서비스인 Sub Account를 사용하여 SourceDeploy의 접근 권한을 다양하게 설정할 수 있습니다. Sub Account는 관리 및 운영 권한 설정을 위해 관리형(System Managed) 정책과 사용자 정의(User Created) 정책을 제공합니다.
Sub Account는 이용 신청 시 별도의 요금이 부과되지 않는 무료 서비스입니다. Sub Account에 대한 자세한 설명은 네이버 클라우드 플랫폼 포털의 서비스 > Management & Governance > Sub Account 메뉴와 Sub Account 사용 가이드를 참고해 주십시오.
관리형 정책
관리형 정책은 사용자 편의를 위해 네이버 클라우드 플랫폼에서 자체적으로 정의한 역할 기반의 정책입니다. Sub Account에서 생성한 서브 계정에게 관리형 정책을 부여하면, 권한을 부여받은 서브 계정은 SourceDeploy를 이용할 수 있게 됩니다. SourceDeploy의 관리형 정책에 대한 간단한 설명은 다음과 같습니다.
Classic
정책 이름 | 정책 설명 |
---|---|
NCP_ADMINISTRATOR | 네이버 클라우드 플랫폼 내 포털, 콘솔 접근에 있어서 메인 계정과 동일하게 접근할 수 있는 권한 |
NCP_INFRA_MANAGER | 네이버 클라우드 플랫폼의 모든 서비스에 대한 이용이 가능하고 포털 마이페이지 > 알림 관리를 접근할 수 있는 권한 |
NCP_SOURCEDEPLOY_MANAGER | SourceDeploy의 모든 기능을 이용할 수 있는 권한 |
NCP_SOURCEDEPLOY_VIEWER | SourceDeploy의 목록 보기, 조회 기능만 이용할 수 있는 권한 |
NCP_SOURCEDEPLOY_APPROVER | SourceDeploy에서 관리하는 APPROVER (배포 승인 관리자) 권한 |
NCP_SOURCEDEPLOY_USER | SourceDeploy에서 관리하는 USER 권한 |
NCP_SOURCEDEPLOY_ADMIN | SourceDeploy에서 관리하는 ADMIN 권한 |
VPC
정책 이름 | 정책 설명 |
---|---|
NCP_ADMINISTRATOR | 네이버 클라우드 플랫폼 내 포털, 콘솔 접근에 있어서 메인 계정과 동일하게 접근할 수 있는 권한 |
NCP_INFRA_MANAGER | 네이버 클라우드 플랫폼의 모든 서비스에 대한 이용이 가능하고 포털 마이페이지 > 알림 관리를 접근할 수 있는 권한 |
NCP_VPC_SOURCEDEPLOY_MANAGER | VPC 기반 SourceDeploy의 모든 기능을 이용할 수 있는 권한 |
NCP_VPC_SOURCEDEPLOY_VIEWER | VPC 기반 SourceDeploy의 목록 보기, 조회 기능만 이용할 수 있는 권한 |
NCP_VPC_SOURCEDEPLOY_APPROVER | VPC 기반 SourceDeploy에서 관리하는 APPROVER (배포 승인 관리자) 권한 |
NCP_VPC_SOURCEDEPLOY_USER | VPC 기반 SourceDeploy에서 관리하는 USER 권한 |
NCP_VPC_SOURCEDEPLOY_ADMIN | VPC 기반 SourceDeploy에서 관리하는 ADMIN 권한 |
사용자 정의 정책
사용자 정의 정책은 사용자가 직접 생성할 수 있는 정책입니다. Sub Account에서 생성한 서브 계정에게 사용자 정의 정책을 부여하면 권한을 부여받은 서브 계정은 사용자가 할당한 액션 조합으로만 이용할 수 있게 됩니다. SourceDeploy의 사용자 정의 정책에 대한 간단한 설명은 다음과 같습니다.
Classic
구분 | 액션 이름 | 연관 액션 | 리소스 유형 | 리소스 유형별 그룹 | 액션 설명 |
---|---|---|---|---|---|
View | View/getProjectList | - | - | SourceDeploy | 프로젝트 목록 조회 |
View | View/getProjectDetail | View/getProjectList | Project | SourceDeploy | 프로젝트의 상세 정보 조회 |
View | View/getHistoryList | - | Project | SourceDeploy | 배포 이력 목록 조회 |
View | View/getServerList | - | - | Server | Server의 서버 목록 조회 |
View | View/getServerDetail | View/getServerList | Server:Server | Server | Server의 상세 정보 조회 |
View | View/getAutoScalingGroupList | - | - | Auto Scaling | Auto Scaling의 Auto Scaling Group 목록 조회 |
View | View/getAutoScalingGroupDetail | View/getAutoScalingGroupList | AutoScaling:AutoScalingGroup | Auto Scaling | Auto Scaling의 Auto Scaling Group 상세 정보 조회 |
View | View/getBuildProjectList | - | - | SourceBuild | SourceBuild의 프로젝트 목록 조회 |
View | View/getBuildProjectDetail | - | SourceBuild:Project | SourceBuild | SourceBuild의 프로젝트 상세 정보 조회 |
View | View/getBucketList | - | - | Object Storage | Objec tStorage의 버킷 목록 조회 |
View | View/getBucketDetail | View/getBucketList | ObjectStorage:Bucket | Object Storage | Object Storage의 버킷의 상세 정보 조회 |
Change | Change/createProject | View/getProjectList View/getProjectDetail View/getServerDetail View/getServerList View/getAutoScalingGroupDetail View/getAutoScalingGroupList View/getBuildProjectDetail View/getBuildProjectList View/getBucketList View/getBucketDetail | - | SourceDeploy | 프로젝트 생성 |
Change | Change/changeProject | View/getProjectList View/getProjectDetail View/getServerDetail View/getServerList View/getAutoScalingGroupDetail View/getAutoScalingGroupList View/getBuildProjectDetail View/getBuildProjectList View/getBucketList View/getBucketDetail | Project | SourceDeploy | 프로젝트의 설정 변경 |
Change | Change/deleteProject | View/getProjectDetail View/getProjectList | Project | SourceDeploy | 프로젝트 삭제 |
Change | Change/doDeploy | View/getProjectList View/getProjectDetail View/getHistoryList View/getBucketList View/getBucketDetail View/getBuildProjectDetail View/getBuildProjectList | Project | SourceDeploy | 프로젝트의 배포 시나리오 실행 |
Change | Change/requestDeploy | View/getProjectList View/getProjectDetail View/getHistoryList View/getBucketList View/getBucketDetail View/getBuildProjectDetail View/getBuildProjectList | Project | SourceDeploy | 프로젝트의 배포 시나리오 실행 요청 |
Change | Change/approveDeploy | View/getProjectList View/getProjectDetail View/getHistoryList | Project | SourceDeploy | 프로젝트의 배포 시나리오 실행 요청 승인 |
VPC
구분 | 액션 이름 | 연관 액션 | 리소스 유형 | 리소스 유형별 그룹 | 액션 설명 |
---|---|---|---|---|---|
View | View/getProjectList | - | - | SourceDeploy | 프로젝트 목록 조회 |
View | View/getProjectDetail | View/getProjectList | Project | SourceDeploy | 프로젝트의 상세 정보 조회 |
View | View/getHistoryList | - | Project | SourceDeploy | 배포 이력 목록 조회 |
View | View/getServerList | - | - | Server | Server의 서버 목록 조회 |
View | View/getServerDetail | View/getServerList | VPCServer:Server | Server | Server의 상세 정보 조회 |
View | View/getAutoScalingGroupList | - | - | Auto Scaling | Auto Scaling의 Auto Scaling Group 목록 조회 |
View | View/getAutoScalingGroupDetail | View/getAutoScalingGroupList | VPCAutoScaling:AutoScalingGroup | Auto Scaling | Auto Scaling의 Auto Scaling Group 상세 정보 조회 |
View | View/getKubernetesClusterList | - | - | Kubernetes Service | Ncloud Kubernetes Service의 cluster 목록 조회 |
View | View/getKubernetesClusterDetail | View/getKubernetesClusterList | VPCKubernetesService:Cluster | Kubernetes Service | Ncloud Kubernetes Service의 cluster 상세 정보 조회 |
View | View/getBuildProjectList | - | - | SourceBuild | SourceBuild의 프로젝트 목록 조회 |
View | View/getBuildProjectDetail | - | SourceBuild:Project | SourceBuild | SourceBuild의 프로젝트 상세 정보 조회 |
View | View/getBucketList | - | - | Object Storage | Object Storage 버킷 목록 조회 |
View | View/getBucketDetail | View/getBucketList | ObjectStorage:Bucket | Object Storage | Object Storage 버킷의 상세 정보 조회 |
View | View/getRepositoryList | - | - | SourceCommit | SourceCommit의 리파지토리 목록 조회 |
View | View/getRepositoryDetail | View/getRepositoryList | SourceCommit:Repository | SourceCommit | SourceCommit의 리파지토리 상세 정보 조회 |
View | View/getLoadBalancerList | - | - | Load Balancer | Load Balancer 목록 조회 |
View | View/getLoadBalancerDetail | View/getLoadBalancerList | VPCLoadBalancer:LoadBalancer | Load Balancer | Load Balancer 상세 정보 조회 |
Change | Change/createProject | View/getProjectList View/getProjectDetail View/getServerDetail View/getServerList View/getAutoScalingGroupDetail View/getAutoScalingGroupList View/getKubernetesClusterDetail View/getKubernetesClusterList View/getBuildProjectDetail View/getBuildProjectList View/getRepositoryList View/getRepositoryDetail View/getBucketList View/getBucketDetail | - | SourceDeploy | 프로젝트 생성 |
Change | Change/changeProject | View/getProjectList View/getProjectDetail View/getServerDetail View/getServerList View/getAutoScalingGroupDetail View/getAutoScalingGroupList View/getKubernetesClusterDetail View/getKubernetesClusterList View/getBuildProjectDetail View/getBuildProjectList View/getRepositoryList View/getRepositoryDetail View/getBucketList View/getBucketDetail | Project | SourceDeploy | 프로젝트의 설정 변경 |
Change | Change/deleteProject | View/getProjectDetail View/getProjectList | Project | SourceDeploy | 프로젝트 삭제 |
Change | Change/doDeploy | View/getProjectList View/getProjectDetail View/getHistoryList View/getBucketList View/getBucketDetail View/getBuildProjectDetail View/getBuildProjectList | Project | SourceDeploy | 프로젝트의 배포 시나리오 실행 |
Change | Change/requestDeploy | View/getProjectList View/getProjectDetail View/getHistoryList View/getBucketList View/getBucketDetail View/getBuildProjectDetail View/getBuildProjectList | Project | SourceDeploy | 프로젝트의 배포 시나리오 실행 요청 |
Change | Change/approveDeploy | View/getProjectList View/getProjectDetail View/getHistoryList | Project | SourceDeploy | 프로젝트의 배포 시나리오 실행 요청을 승인 |
특정 액션에 대한 권한을 부여받았더라도 연관 관계에 있는 필수 액션에 대한 권한을 함께 부여받지 않았다면 작업을 정상적으로 수행할 수 없습니다. 이러한 문제가 발생하지 않도록 Sub Account에서는 액션 권한 부여 시 연관 액션에 대한 권한도 자동으로 함께 부여되는 기능을 제공하고 있습니다. 단, 자동으로 함께 부여된 연관 액션을 선택 해제 시 메인 계정 사용자의 의도로 판단하여 시스템에서 강제로 포함시키지 않기 때문에 권한 설정 시 주의해 주십시오.