Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@EronWright EronWright released this 12 Nov 09:18
· 3 commits to release-0.6 since this release
02a506b

This is the first release of the Pravega Keycloak client.

System Requirements

  • Pravega 0.6.x
  • Keycloak 6.0.x

New Features

  • Implements Pravega client-side authentication plugin interface
  • Configure with keycloak.json from any of the following locations:
    • Environment variable: KEYCLOAK_SERVICE_ACCOUNT_FILE
    • Classpath Entry: keycloak.json

Usage

Gradle

repositories {
    jcenter()
    mavenCentral()
}

compile "io.pravega:pravega-client:0.6.0"
runtimeOnly "io.pravega:pravega-keycloak-client:0.6.0"