EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 7fae6cf2 authored by Karl Grube's avatar Karl Grube
Browse files

user quota (not account quota)

parent 58444913
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ fqdn: "{{inventory_hostname}}"
domain_name: "{{ fqdn|regex_replace('^.+?\\.','') }}"
hostname: "{{inventory_hostname|regex_replace('\\..*','')}}"
rgw_dns_name: "s3.{{domain_name}}"
rgw_account_default_quota_max_size: 0
rgw_user_default_quota_max_size: 0
ldap_search_filter: '(&(uid=@USERNAME@)(memberof=cn=s3-users,ou=Groups,{{bind_dn))'
ldap_user_type: 'cn'
......
......@@ -13,8 +13,8 @@
rgw_ldap_secret = /etc/ceph/ldap_password
rgw_ldap_searchdn = {{base_dn}}
rgw_ldap_searchfilter = {{ldap_search_filter}}
rgw_user_default_quota_max_size = {{rgw_user_default_quota_max_size}}
{% endif %}
rgw_account_default_quota_max_size = {{rgw_account_default_quota_max_size}}
{% if rgw_sts_key is defined %}
rgw_s3_auth_use_sts = true
rgw_sts_key = {{rgw_sts_key}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment