Skip to content

mberchon/testFlinkKinesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Flink AWS Authentication test

A java module to test AWS authentication

Prerequisites

  • JRE 1.11,
  • MVN,
  • AWS CLI,
  • AWS account with a Kinesis data stream named 'test-flink',
  • AWS credentials and policy allowing to describe and consume the stream,
  • AWS SSO.

Setup

Build

mvn clean compile

Test basic authentication

Update TestFlinkBasicAuthent with your AWS_ACCESS_KEY_ID and AWS_CREDENTIALS_PROVIDER
mvn -Dtest=TestFlinkBasicAuthent test

Test sso authentication

aws configure sso
mvn -Dtest=TestFlinkSsoAuthent test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages