You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build Instructions
------------------
1. To clean:
mvn clean -U
2. To create all JARs:
mvn package
3. To create only a JAR-with-dependencies:
mvn compile assembly:single
About
Hadoop Credential provider that uses the AssumeRoleWithWebIdentity authentication method, and that can refresh the web identity token in the background.