kes policy show
Overview
Outputs the contents of the specified policy. The output includes the allowed operations and creation information.
The output resembles the following:
Allow:
  · /v1/policy/describe/*
  · /v1/identity/describe/*
  · /v1/identity/self/describe/*
  · /v1/identity/delete/*
  · /v1/identity/list/*
  · /v1/log/audit
  · /v1/log/error
  · /version
  · /v1/api
  · /v1/metrics
  · /v1/status
Created at: 2023-03-07 17:17:05
Created by: 3ecfcdf38fcbe141ae26a1030f81e96b753365a46760ae6b578698a97c59fd22
Syntax
kes policy show                   \
           <name>                 \
           [--insecure, -k]       \
           [--json]
Parameters
        
        name
    
Required
The short name of the policy about which to output information.
        
        --insecure, -k
    
Optional
Directs the command to skip x.509 certificate validation during the TLS handshake with the KES server. This allows connections to KES servers using untrusted certificates (i.e. self-signed or issued by an unknown Certificate Authority).
MinIO strongly recommends against using this option in production environments.
        
        --json
    
Optional
Output the results in JSON format.
Examples
kes policy show my-policy