- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 86 for timestamp:[now/d-7d TO *] (0.03 sec)
-
kes key | AIStor Key Manager Documentation
Overview The kes key command creates, utilizes, displays, and deletes cryptographic keys (Secrets) through the AIStor Key Encryption Service (KES). KES stores created secrets on the configured Key Management System (KMS) target. You can also use these commands to encrypt/decrypt messages or generate new data encryption keys.docs.min.io/enterprise/aistor-key-manager/reference/kes-server/cli/kes-key/Registered: Wed Jul 16 03:51:26 UTC 2025 - Last Modified: Tue Jul 15 18:46:10 UTC 2025 - 69.9K bytes - Viewed (0) -
Key Manager Server | AIStor Key Manager Documen...
Installation The following instructions install the minkms binary to your local host machine. You can use this binary for running Key Manager locally or connecting to an existing Key Manager deployment to perform management operations. Linux AMD64 curl --progress-bar --retry 10 -L https://dl.min.io/aistor/minkms/release/linux-amd64/minkms -o minkms chmod +x ./minkms mv ./minkms /usr/local/bin/ Linux ARM64 curl --progress-bar --retry 10 -L https://dl.min.io/aistor/minkms/release/linux-arm64/minkms -o minkms chmod +x ./minkms mv ./minkms /usr/local/bin/ macOS M-series (ARM64) curl --progress-bar --retry 10 -L https://dl.min.io/aistor/minkms/release/darwin-arm64/minkms -o minkms chmod +x ./minkms mv ./minkms /usr/local/bin/ Once installed, set the following environment variables to allow the minkms process to communicate with the remote Key Manager server:docs.min.io/enterprise/aistor-key-manager/reference/minkms-server/Registered: Wed Jul 16 03:51:33 UTC 2025 - Last Modified: Tue Jul 15 18:46:10 UTC 2025 - 71K bytes - Viewed (0) -
kes metric | AIStor Key Manager Documentation
Overview Output server metrics. The output resembles the following: Request OK [2xx] Err [4xx] Err [5xx] Req/s Latency 9231 14603 0 0.00 13ms 38.73% 61.27% 0.00% System UpTime Heap Stack CPUs Threads 142h40m3s 3.1MB 1.0MB 4 19 Syntax kes metric \ [--insecure, -k] \ [--rate] Parameters --insecure, -k Optionaldocs.min.io/enterprise/aistor-key-manager/reference/kes-server/cli/kes-metric/Registered: Wed Jul 16 03:51:36 UTC 2025 - Last Modified: Tue Jul 15 18:46:10 UTC 2025 - 71.2K bytes - Viewed (0) -
Entrust KeyControl | AIStor Key Manager Documen...
Entrust KeyControl is a proprietary KMS which KES supports using for storing secrets. K E S C l i e n t K E S S e r v e r E n t r u s t K e y C o n t r o l Prerequisites This procedure was written and tested against Entrust KeyControl v10.1. The provided instructions may work against other KeyControl versions. This procedure assumes you have prior experience with Entrust products and have followed their documentation, best practices, and other published materials in deploying the KeyControl service.docs.min.io/enterprise/aistor-key-manager/legacy-key-management/installation/entrust-keycontrol/ Similar Results (1)Registered: Wed Jul 16 04:32:27 UTC 2025 - Last Modified: Tue Jul 15 18:46:10 UTC 2025 - 118.4K bytes - Viewed (0) -
Install Key Manager on Kubernetes | AIStor Key ...
AIStor Key Manager supports installation onto Upstream Kubernetes and Red Hat OpenShift infrastructures. The Upstream instructions work for any Kubernetes flavor that maintains a strict implementation of the native Kubernetes API and behaviors.docs.min.io/enterprise/aistor-key-manager/installation/kubernetes/Registered: Wed Jul 16 03:46:53 UTC 2025 - Last Modified: Tue Jul 15 18:46:10 UTC 2025 - 63.9K bytes - Viewed (0) -
AIStor Custom Resource Definition (Alpha) | AIS...
The following page includes the full contents of the AIStor Custom Resource Definition V1 (Alpha) CustomResourceDefinition. The KeyManagerSpec spec provides the specification for Key Manager resources. API Reference Packages aistor.min.io/v1alpha1 aistor.min.io/v1alpha1 Package v1alpha1 is the v1alpha1 version of the Enterprise Operator API.docs.min.io/enterprise/aistor-key-manager/reference/key-manager-operator/aistor-crd-alpha1/Registered: Wed Jul 16 03:48:40 UTC 2025 - Last Modified: Tue Jul 15 18:46:10 UTC 2025 - 200.5K bytes - Viewed (0) -
kes secret rm | AIStor Key Manager Documentation
Overview Remove a secret name from the KES server. Once removed, the secret is no longer valid for the KES server. Syntax kes secret rm \ <name> \ [--insecure, -k] Parameters name Requireddocs.min.io/enterprise/aistor-key-manager/reference/kes-server/cli/kes-secret/rm/Registered: Wed Jul 16 03:48:24 UTC 2025 - Last Modified: Tue Jul 15 18:46:10 UTC 2025 - 70.2K bytes - Viewed (0) -
kes policy info | AIStor Key Manager Documentation
Overview Outputs the name, date, and creation information for a specified policy. The output resembles the following: Name my-app Date 2023-03-07 17:17:05 Created by 3ecfcdf38fcbe141ae26a1030f81e96b753365a46760ae6b578698a97c59fd22 Syntax kes policy info \ <name> \ [--color <string>] \ [--insecure, -k] \ [--json] Parameters name Requireddocs.min.io/enterprise/aistor-key-manager/reference/kes-server/cli/kes-policy/info/ Similar Results (1)Registered: Wed Jul 16 03:49:56 UTC 2025 - Last Modified: Tue Jul 15 18:46:10 UTC 2025 - 73.2K bytes - Viewed (0) -
Identity and Access Management | AIStor Key Man...
AIStor Key Manager controls access through a combination of Enclaves and Identities. Enclaves An Enclave is an isolated namespace in which Key Manager stores cryptographic keys. A single Key Manager instance can have multiple enclaves, where a user with access to one enclave cannot perform operations on another.docs.min.io/enterprise/aistor-key-manager/administration/identity-access-management/Registered: Wed Jul 16 03:49:22 UTC 2025 - Last Modified: Tue Jul 15 18:46:10 UTC 2025 - 65.4K bytes - Viewed (0) -
Monitoring | AIStor Key Manager Documentation
Key Manager provides the following API endpoints for monitoring deployment health, status, and performance: API Description Auth /version Returns the version of the Key Manager node. Public /v1/health/live Returns 200OK for liveness checks. Public /v1/health/ready Returns 200OK for operational readiness checks. Public /v1/health/metrics Returns Prometheus-compatible metrics for scraping mTLS Authenticationdocs.min.io/enterprise/aistor-key-manager/operations/monitoring/Registered: Wed Jul 16 03:46:31 UTC 2025 - Last Modified: Tue Jul 15 18:46:10 UTC 2025 - 65K bytes - Viewed (0)