Requesting access to Amazon Managed Streaming for Apache Kafka (Amazon MSK)
Request just-in-time (JIT) access to Amazon MSK clusters:
-
In the PingOne Privilege user console, go to Access Management > Targets.
-
In the Targets Types list, select Kafka.
-
(Optional) Select the AWS account provider and select your AWS account from the list to filter the results.
-
Locate the desired Kafka cluster. Click Request.
-
After the request is approved, click More Info to get the hostname for CLI access.
Example command to list topics:
#kafka-topics --list --bootstrap-server kafka-dev.kafka.procyon.ai:9190
--from-beginning
__amazon_msk_canary
__consumer_offsets
demo
test_client