Overview

Full name
docker.io/maxkeytop/maxkey-mgt-frontend
Registry
docker.io
Namespace
maxkeytop
Repository
maxkey-mgt-frontend
Cached tags
34
Last synced
07/05/2026, 08:32 PM

Introduction

MaxKey IAM 管理控制台前端镜像,管理员配置应用集成、用户目录与认证策略,与 maxkey 后端配合部署企业身份管理后台。

Details

maxkeytop/maxkey-mgt-frontend 运行 MaxKey 管理端 Web 前端,管理员配置 OAuth 应用、用户源同步与认证策略。定位为 IAM 管理 Web 前端,反向代理至 maxkey 管理 API;K8s Deployment + Ingress 内网 IdP 运维控制台。

快速启动

docker run -d --name maxkey-mgt \
  -p 9526:9526 \
  docker.io/maxkeytop/maxkey-mgt-frontend:latest

推荐实践

docker run -d --name maxkey-mgt \
  --restart unless-stopped \
  -p 9526:9526 \
  -e MAXKEY_API_URL=http://maxkey:9527 \
  docker.io/maxkeytop/maxkey-mgt-frontend:4.0.0

核心参数说明

  • -p 9526:9526 — 管理控制台端口
  • -e MAXKEY_API_URL — 后端管理 API
  • 依赖 — maxkey 后端 + MySQL
  • 安全 — 管理端严格 RBAC 与 TLS

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: maxkey-mgt-frontend
spec:
  replicas: 1
  selector:
    matchLabels:
      app: maxkey-mgt-frontend
  template:
    metadata:
      labels:
        app: maxkey-mgt-frontend
    spec:
      containers:
        - name: mgt
          image: docker.io/maxkeytop/maxkey-mgt-frontend:4.0.0
          ports:
            - containerPort: 9526
          env:
            - name: MAXKEY_API_URL
              value: http://maxkey:9527
---
apiVersion: v1
kind: Service
metadata:
  name: maxkey-mgt-frontend
spec:
  selector:
    app: maxkey-mgt-frontend
  ports:
    - port: 9526
      targetPort: 9526

Ingress 限管理员网段;与用户门户前端分域名部署。

Latest tags (20)

View all 34 tags →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/maxkeytop/maxkey-mgt-frontend
:4.1.12
linux/amd64
2026/06/30 10:0074.5 MBsha256:1165e5478461
docker.io/maxkeytop/maxkey-mgt-frontend
:latest
linux/amd64
2026/06/30 10:0074.5 MBsha256:1165e5478461
docker.io/maxkeytop/maxkey-mgt-frontend
:4.1.11
linux/amd64
2026/02/01 15:0264.9 MBsha256:cd084199649f
docker.io/maxkeytop/maxkey-mgt-frontend
:4.1.10
linux/amd64
2025/12/10 17:4974.5 MBsha256:deb90bfc72eb
docker.io/maxkeytop/maxkey-mgt-frontend
:4.1.9.1
linux/amd64
2025/10/13 11:2174.5 MBsha256:272aea13ca92
docker.io/maxkeytop/maxkey-mgt-frontend
:4.1.9
linux/amd64
2025/10/13 10:5474.5 MBsha256:272aea13ca92
docker.io/maxkeytop/maxkey-mgt-frontend
:4.1.8
linux/amd64
2025/07/29 21:5374.5 MBsha256:65272dcb0040
docker.io/maxkeytop/maxkey-mgt-frontend
:4.1.7
linux/amd64
2025/03/29 14:1274.5 MBsha256:4871dacceeb9
docker.io/maxkeytop/maxkey-mgt-frontend
:4.1.6
linux/amd64
2025/02/18 09:0274.5 MBsha256:1a5fbd3d7492
docker.io/maxkeytop/maxkey-mgt-frontend
:4.1.5
linux/amd64
2025/01/08 14:5974.4 MBsha256:597cf7a6bd68
docker.io/maxkeytop/maxkey-mgt-frontend
:4.1.4
linux/amd64
2024/12/26 21:0874.4 MBsha256:393a91e3805b
docker.io/maxkeytop/maxkey-mgt-frontend
:4.1.3
linux/amd64
2024/11/27 16:2574.1 MBsha256:619624ca2c5b
docker.io/maxkeytop/maxkey-mgt-frontend
:4.1.2
linux/amd64
2024/09/30 22:1772.2 MBsha256:792ca8c774b9
docker.io/maxkeytop/maxkey-mgt-frontend
:4.0.2
linux/amd64
2023/10/11 20:4671.6 MBsha256:b5b604330b1f
docker.io/maxkeytop/maxkey-mgt-frontend
:4.0.1
linux/amd64
2023/09/16 15:3071.6 MBsha256:c7c6eeb97de4
docker.io/maxkeytop/maxkey-mgt-frontend
:4.0.0
linux/amd64
2023/09/01 11:5571.6 MBsha256:54f646181069
docker.io/maxkeytop/maxkey-mgt-frontend
:3.5.19
linux/amd64
2023/08/15 07:5471.8 MBsha256:290205a881b7
docker.io/maxkeytop/maxkey-mgt-frontend
:3.5.18
linux/amd64
2023/06/05 17:5759.0 MBsha256:c3e849ba501f
docker.io/maxkeytop/maxkey-mgt-frontend
:3.5.17
linux/amd64
2023/04/24 09:3958.8 MBsha256:fde334381967
docker.io/maxkeytop/maxkey-mgt-frontend
:3.5.16
linux/amd64
2023/03/22 15:4758.7 MBsha256:ea6075ce70a2