Updates for three December 2023 MinIO Client releases. 1. mc RELEASE.2023-12-02T02-03-28Z - Enable/disabe ilm expiration rule replication in site replication config - New size filters for ilm rule add - Make STS related envvars alias specific 2. mc RELEASE.2023-12-14T00-37-41Z - Adds flags to `mc ilm rule add` to support service principals for Azure tiers. 3. mc RELEASE.2023-12-23T08-47-21Z - Adds new `mc idp ldap accesskey create` command - Updates other `mc idp ldap accesskey` commands - Updates `mc license registe` command - Adds `--license` flag to `mc license reigster` command Closes #1096 Closes #1088 Closes #1082
5.5 KiB
server_addr
This parameter corresponds with the MINIO_IDENTITY_LDAP_SERVER_ADDR
environment
variable.
lookup_bind_dn
This parameter corresponds with the MINIO_IDENTITY_LDAP_LOOKUP_BIND_DN
environment
variable.
lookup_bind_password
This parameter corresponds with the MINIO_IDENTITY_LDAP_LOOKUP_BIND_PASSWORD
environment variable.
user_dn_search_base_dn
This parameter corresponds with the MINIO_IDENTITY_LDAP_USER_DN_SEARCH_BASE_DN
environment variable.
user_dn_search_filter
This parameter corresponds with the MINIO_IDENTITY_LDAP_USER_DN_SEARCH_FILTER
environment variable.
comment
This parameter corresponds with the MINIO_IDENTITY_LDAP_COMMENT
environment
variable.
enabled
Set to false
to disable the AD/LDAP configuration.
If false
, applications cannot generate STS credentials
or otherwise authenticate to MinIO using the configured provider.
Defaults to true
or "enabled".
group_search_base_dn
This parameter corresponds with the MINIO_IDENTITY_LDAP_GROUP_SEARCH_BASE_DN
environment variable.
group_search_filter
This parameter corresponds with the MINIO_IDENTITY_LDAP_GROUP_SEARCH_FILTER
environment
variable.
server_insecure
This parameter corresponds with the MINIO_IDENTITY_LDAP_SERVER_INSECURE
environment
variable.
server_starttls
This parameter corresponds with the MINIO_IDENTITY_LDAP_SERVER_STARTTLS
environment
variable.
srv_record_name
RELEASE.2022-12-12T19-27-27Z
This parameter corresponds with the MINIO_IDENTITY_LDAP_SRV_RECORD_NAME
environment
variable.
tls_skip_verify
This parameter corresponds with the MINIO_IDENTITY_LDAP_TLS_SKIP_VERIFY
environment
variable.
This command works against access keys <minio-id-access-keys>
created by an
AD/LDAP user after authenticating to MinIO.
Create AD/LDAP service accounts with the mc idp ldap accesskey create
command.
Authenticated users can manage their own long-term Access Keys using
the MinIO Console <minio-console-user-access-keys>
.
MinIO supports using AssumeRoleWithLDAPIdentity <minio-sts-assumerolewithldapidentity>
to generate temporary access keys using the Security Token Service <minio-security-token-service>
.