Kevin Sweeney created AURORA-1290:
-------------------------------------
Summary: Allow specifying a shorthand for "well-known" Module FQCNs
Key: AURORA-1290
URL: https://issues.apache.org/jira/browse/AURORA-1290
Project: Aurora
Issue Type: Story
Reporter: Kevin Sweeney
Right now you have to type some pretty verbose stuff to setup security.
{noformat}
-shiro_realm_modules=org.apache.aurora.scheduler.http.api.security.Kerberos5ShiroRealmModule,org.apache.aurora.scheduler.http.api.security.IniShiroRealmModule,com.example.CustomRealmModule
{noformat}
This is ugly and not very refactor-safe. Consider adding mappings for a
well-known names, with fallback to FQCNs.
Thus, the previous example could become
{noformat}
-shiro_realm_modules=KERBEROS5_AUTHN,INI_AUTHZ,com.example.CustomRealmModule
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)