Skip to content

Commit

Permalink
radosgw: enable authentication for s3 against keystone
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Jan 3, 2019
1 parent 1610b86 commit b38f24d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chef/cookbooks/ceph/templates/default/ceph.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@
rgw keystone verify ssl = false
<% end -%>
nss db path = <%= node['ceph']['radosgw']['nss_directory'] %>
# TODO only enable this when openstack-ec2 is enabled
rgw s3 auth use keystone = true
<% end -%>
<% if (! node['ceph']['config']['rgw'].nil?) -%>
<% node['ceph']['config']['rgw'].sort.each do |k, v| -%>
Expand Down

0 comments on commit b38f24d

Please sign in to comment.