LogoLogo
Cocktail Cloud
  • What is Cocktail Cloud?
  • Apply for Service
    • Using Cocktail Cloud
  • overview
    • Kubernetes and Cocktail Cloud
    • Understanding Concepts
      • Platform
      • Workspace
      • Cluster
      • Service Map
      • Image Build
      • Security
      • Monitoring
      • Catalog
  • Getting Started
    • Cluster Creation
      • AWS (EKS)
      • NCP (NKS)
      • Azure (AKS)
      • GCP (GKE)
      • ETC (Datacenter)
    • Cluster Registration
      • AWS (EKS)
      • NCP (NKS)
      • Azure (AKS)
      • GCP (GKE)
      • ETC (Datacenter)
    • Managing Cloud Provider
      • AWS
    • Creating a User
    • Create Service Map
    • Create Registry
      • Create Registry
      • External Registry Registration
        • Setting Up AWS ECR
        • Setting Up Azure ACR
        • Setting Up Docker Hub
        • Setting Up Docker Registry
        • Setting Up Google GCR
        • Setting Up Harbor
        • Setting Up Naver
        • Setting Up Quay
    • Create a Workspace
  • Cluster Backup and Restore
    • Cocktail Backup and Restore
    • Backup/Restore Preparations
      • AWS S3 Configuration
      • Azure Blob Storage Configuration
      • Google Cloud Storage Configuration
      • MinIO Configuration
    • Create storages
    • Backups
    • Restoration
    • Backup/Restore Overview
  • Log Service
    • Cocktail Log Service
    • Installation
      • Install Log Service
      • Registration Log Service
      • Install Log Agent
      • Install Log Operator
    • Setting
      • Change Opensearch Admin password
    • Application Logs
      • Application Management
      • Application logging
        • Automatic instrumentation of container logs
          • Java
          • Python
        • Manual measurement of file logs(SDK)
          • Java
          • Python
        • Manual measurement of file logs (Sidecar)
          • Fluent-bit
    • Container Logs
    • Cluster Audit Logs
    • Troubleshooting
  • CI/CD
    • Creating a Build Server
    • Build Image
    • Setting up a Pipeline
  • application
    • Catalog
    • Application Deployment
    • Configuration Information Creation
    • Volume Requests
    • Service Exposure
    • Ingress
    • Service Mesh Configuration
  • Platform Management
    • Multicluster Configuration
    • Cluster Management
    • Workspace Management
    • Security
    • Integrated Monitoring
  • API Management
    • API Token Issuance
    • API Issuance History
    • API Execution Logs
  • Certificate Management
    • Issuer Management
    • Private Certificate
    • Public Certificate
  • Deepening operations
    • Maintaining Login Session in Case of Inability with Ingress Configuration
    • Add Ingress Proxy Configuration
    • Accessing Harbor from a Server Other Than the Registry VM
    • Configuring Harbor with a Public SSL Certificate
Powered by GitBook

ⓒ2023. Acornsoft Corp. All rights reserved.

On this page
  • 1. User Account Management
  • 1.1 User Account Creation and Operation
  • 1.2 Account Permissions and Roles

Was this helpful?

Export as PDF
  1. Platform Management

Security

1. User Account Management

User Account Management (IAM, Identity & Access Management) is crucial for security management, covering the entire lifecycle from issuance to revocation. To achieve this, only authorized users should have permission to create, delete, and modify accounts. Additionally, the platform should allow the verification of existing account permissions and statuses.

Navigate to [Settings] - [Users] to access this information.

1.1 User Account Creation and Operation

Users logging into the Cocktail Cloud platform require an account. For maintaining security levels and role separation, it is recommended to perform major configuration tasks and platform resource management operations with 'Admin' privileges. This is akin to requesting and using root permissions only temporarily for specific tasks in an OS operating environment.

1.2 Account Permissions and Roles

Admin

  • Possesses the highest level of authority, capable of creating and modifying other user accounts, viewing and searching audit logs.

  • Can create platforms and allocate resources.

  • Can grant cluster access and terminal access permissions.

  • Can create workspaces on the platform and add members to them.

  • Add service maps, which represent the actual service units in operation.

  • When adding a service map, allocate and limit resources such as CPU, Memory, and the total number of Pods.

  • Register clusters for use on the platform.

  • Can register clusters for use on the platform, monitor the resources and status of allocated clusters.

  • Can add or reinstall addons, restart them, check the status of deployed applications.

  • Can view the status of deployed applications, add or create container images.

  • Add or create container images.

  • Create and manage registries.

  • Deploy Helm charts with publicly available packages on the platform.

User

  • Can manage resources assigned to them by an administrator and serve applications.

  • Can create workloads, expose services, request and use volumes, configure application deployment, and utilize package and pipeline features.

  • Can add or create container images.

  • Can deploy packages exposed in the Helm chart on the platform.

PreviousWorkspace ManagementNextIntegrated Monitoring

Last updated 1 year ago

Was this helpful?