access

Get a user's credentials

Usage

ionosctl kafka user get-access [flags]

Aliases

For user command:

[u]

For get-access command:

[g get access]

Description

Get a Kafka user's credentials including certificate, private key, and CA certificate. By default, the command writes three PEM files to the specified output directory (or current directory if not specified):

  • -cert.pem

  • -key.pem

  • -ca.pem

You can also use '--output json' to print the full JSON response from the API to stdout instead of writing files.

IMPORTANT: Keep these credentials secure. The private key should never be shared or exposed publicly.

Options

Examples

Last updated