Skip to content

Commit

Permalink
Add service token parameters to last authtoken template
Browse files Browse the repository at this point in the history
Copy parameters added in pull request #740 to the newest
keystone-authtoken template.
  • Loading branch information
drencrom committed Mar 3, 2023
1 parent f590979 commit 23d838b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ signing_dir = {{ signing_dir }}
{% if use_memcache == true %}
memcached_servers = {{ memcache_url }}
{% endif -%}
service_token_roles = {{ admin_role }}
service_token_roles_required = True
{% endif -%}

0 comments on commit 23d838b

Please sign in to comment.