Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Drupal JWT keys in Syn too #7

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inventory/vagrant/group_vars/tomcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fcrepo_syn_sites:
encoding: PEM
anonymous: true
default: true
path: /home/ubuntu/auth/public.key
path: "{{ webserver_app_jwt_key_path }}/public.key"

fcrepo_syn_tokens:
- user: admin
Expand Down
2 changes: 2 additions & 0 deletions inventory/vagrant/group_vars/webserver/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
webserver_app: yes
openseadragon_iiiv_set_var: yes
openseadragon_iiiv_server: http://localhost:8080/cantaloupe/iiif/2
webserver_app_jwt_key_path: /home/ubuntu/auth