summaryrefslogtreecommitdiffstats
path: root/base/kra/shared/conf/auth-method.properties
Commit message (Collapse)AuthorAgeFilesLines
* Added audit service and CLI to all subsystems.Endi S. Dewata2017-04-041-0/+1
| | | | | | | Previously the audit service and CLI were only available on TPS. Now they have been added to all subsystems. Change-Id: I3b472254641eb887289c5122df390c46ccd97d47
* Replaced auth.properties with acl.properties.Endi S. Dewata2013-11-201-0/+15
The ACL mapping files have been renamed from auth.properties to acl.properties to match the actual content and moved into the subsystem conf folder. The authentication method mapping files have been extracted from the interceptor into actual files. The ACLInterceptor and AuthMethodInterceptors have been modified to read the default mapping first, then overwrite it with custom mapping if it exists in the subsystem folder. The UpdateAuthzProperties upgrade script has been replaced with RemoveAuthProperties that will remove the old auth.properties.