how to keep pipeline filters as directory in swift
Hello, I am using openstack swift with the tempauth authentication and my tempauth filter in proxy-server.conf looks like this.
[filter:tempauth]
use = egg:swift#tempauth
user_admin_admin = admin .admin .reseller_admin
user_test_tester = testing .admin
user_test2_tester2 = testing2 .admin
user_test_tester3 = testing3
Is there any method to keep this filter as a directory so that i could easily change this directory only at the time of new user addition.