/
AAA: Beryllium: Release Notes

AAA: Beryllium: Release Notes

Contents

Major Features

Ideally, the user should only install odl-aaa-shiro, as it provides the best bang for the buck in Beryllium.

  • odl-aaa-shiro - Installs all supported AAA features

  • odl-aaa-authn - Just AAA TokenAuthFilter based implementation without Shiro add-ons

  • odl-aaa-authn-mdsal-cluster - EXPERIMENTAL Uses md-sal store instead of h2 store

  • odl-aaa-sssd-plugin - SSSD integration through TokenAuthRealm

  • odl-aaa-authz - EXPERIMENTAL support for AuthZ Dom Data Broker

Target Environment

Java 7/8 Environments

For Execution

N/A

For Development

Python 2.7+, Sqlite3

Known Issues and Limitations

  • Particular known bugs and workarounds.

  •  

    • Bug 4742 - Known workaround; just specify "application/json" regardless.

    • Bug 1835 - Known workaround; just limit fields to 128 characters. Does not cause harm to database as the query will fail.

    • Bug 3855 - Known workaround; do not use password with "%" or ",". Password may be recovered through idmlight script.

    •  

      • Testing methodology. How extensive was it? What should be expected to work? What hasn't been tested as much?

Basic authentication and token based authentication in conjunction with ALL features were tested extensively through [1]. Idmlite test plan was added last release, but has not yet run successfully due to resource leaving the project (working to fix this ASAP). Unit Test coverage improved from 21-34%.

Changes Since Previ