概要
- フル名
docker.io/maxkeytop/maxkey-mgt-frontend- Registry
- docker.io
- 名前空間
- maxkeytop
- リポジトリ
- maxkey-mgt-frontend
- キャッシュ Tag 数
- 34
- 最終同期
- 07/05/2026, 08:32 PM
概要
MaxKey IAM 管理控制台前端镜像,管理员配置应用集成、用户目录与认证策略,与 maxkey 后端配合部署企业身份管理后台。
詳細
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 限管理员网段;与用户门户前端分域名部署。
最新 Tag(20 件)
すべての 34 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/maxkeytop/maxkey-mgt-frontend :4.1.12 | linux/amd64 | 2026/06/30 10:00 | 74.5 MB | sha256:1165e5478461… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :latest | linux/amd64 | 2026/06/30 10:00 | 74.5 MB | sha256:1165e5478461… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :4.1.11 | linux/amd64 | 2026/02/01 15:02 | 64.9 MB | sha256:cd084199649f… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :4.1.10 | linux/amd64 | 2025/12/10 17:49 | 74.5 MB | sha256:deb90bfc72eb… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :4.1.9.1 | linux/amd64 | 2025/10/13 11:21 | 74.5 MB | sha256:272aea13ca92… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :4.1.9 | linux/amd64 | 2025/10/13 10:54 | 74.5 MB | sha256:272aea13ca92… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :4.1.8 | linux/amd64 | 2025/07/29 21:53 | 74.5 MB | sha256:65272dcb0040… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :4.1.7 | linux/amd64 | 2025/03/29 14:12 | 74.5 MB | sha256:4871dacceeb9… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :4.1.6 | linux/amd64 | 2025/02/18 09:02 | 74.5 MB | sha256:1a5fbd3d7492… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :4.1.5 | linux/amd64 | 2025/01/08 14:59 | 74.4 MB | sha256:597cf7a6bd68… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :4.1.4 | linux/amd64 | 2024/12/26 21:08 | 74.4 MB | sha256:393a91e3805b… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :4.1.3 | linux/amd64 | 2024/11/27 16:25 | 74.1 MB | sha256:619624ca2c5b… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :4.1.2 | linux/amd64 | 2024/09/30 22:17 | 72.2 MB | sha256:792ca8c774b9… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :4.0.2 | linux/amd64 | 2023/10/11 20:46 | 71.6 MB | sha256:b5b604330b1f… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :4.0.1 | linux/amd64 | 2023/09/16 15:30 | 71.6 MB | sha256:c7c6eeb97de4… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :4.0.0 | linux/amd64 | 2023/09/01 11:55 | 71.6 MB | sha256:54f646181069… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :3.5.19 | linux/amd64 | 2023/08/15 07:54 | 71.8 MB | sha256:290205a881b7… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :3.5.18 | linux/amd64 | 2023/06/05 17:57 | 59.0 MB | sha256:c3e849ba501f… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :3.5.17 | linux/amd64 | 2023/04/24 09:39 | 58.8 MB | sha256:fde334381967… | |||
docker.io/maxkeytop/maxkey-mgt-frontend :3.5.16 | linux/amd64 | 2023/03/22 15:47 | 58.7 MB | sha256:ea6075ce70a2… |