aws-msk-iam-auth
Enables developers to use AWS Identity and Access Management (IAM) to connect to their Amazon Managed Streaming for Apache Kafka (Amazon MSK) clusters.
File Explorer
Download Latest Version (.zip)- closed-issue-message.yml
- license-check.yml
- securityscan.yml
- stale_issue.yml
- SECURITY.md
- gradle-wrapper.jar
- gradle-wrapper.properties
- ConfigurableRegionProvider.java
- Route53RegionProvider.java
- RegionUtils.java
- URIUtils.java
- AuthenticationRequestParams.java
- AuthenticationResponse.java
- AWS4SignedPayloadGenerator.java
- AWSCredentialsCallback.java
- ClassLoaderAwareIAMSaslClientProvider.java
- IAMSaslClient.java
- IAMSaslClientProvider.java
- MSKCredentialProvider.java
- PayloadGenerationException.java
- SignedPayloadGenerator.java
- UserAgentUtils.java
- IAMClientCallbackHandler.java
- IAMLoginModule.java
- IAMOAuthBearerLoginCallbackHandler.java
- IAMOAuthBearerToken.java
- version.properties
- ConfigurableRegionProviderTest.java
- NotARegionProvider.java
- Route53RegionProviderTest.java
- TestRegionProvider.java
- RegionUtilsTest.java
- AuthenticateRequestParamsTest.java
- AWS4SignedPayloadGeneratorTest.java
- IAMSaslClientTest.java
- MSKCredentialProviderTest.java
- SignedPayloadValidatorUtils.java
- SystemPropertyCredentialsUtils.java
- IAMClientCallbackHandlerTest.java
- IAMOAuthBearerLoginCallbackHandlerTest.java
- ProducerClientTest.java
- log4j2.properties
- profile_config_file
- .gitignore
- build.gradle
- CODE_OF_CONDUCT.md
- CODEOWNERS
- CONTRIBUTING.md
- gradlew
- gradlew.bat
- LICENSE
- NOTICE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/aws/aws-msk-iam-auth
Downloads the entire project code from GitHub to your computer.
cd aws-msk-iam-auth
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
