-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade 5.4 symfony and separate EntityMapper (#263)
* Changes for Crayfish changes * Last changes for Milliner * Switch back to main branch * Update Crayfish branch too
- Loading branch information
Showing
27 changed files
with
144 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
--- | ||
crayfish_db: "{{ islandora_db }}" | ||
|
||
crayfish_fedora_base_url: "http://{{ hostvars[groups['tomcat'][0]].ansible_host }}:8080/fcrepo/rest" | ||
crayfish_drupal_base_url: "http://{{ hostvars[groups['webserver'][0]].ansible_host }}:{{ apache_listen_port }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
crayfish_version_tag: 3.x | ||
crayfish_version_tag: 4.x | ||
|
||
crayfish_services: | ||
- Houdini | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
roles/internal/Islandora-Devops.crayfish/templates/Homarus/packages/crayfish_commons.yaml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
### This file is managed with Ansible ### | ||
crayfish_commons: | ||
fedora_base_uri: {{ crayfish_homarus_fedora_base_url }} | ||
syn_config: {{ crayfish_homarus_jwt_config }} | ||
apix_middleware_enabled: false |
10 changes: 10 additions & 0 deletions
10
...nal/Islandora-Devops.crayfish/templates/Homarus/packages/lexik_jwt_authentication.yaml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### This file is managed with Ansible ### | ||
lexik_jwt_authentication: | ||
# Need secret key to generate a token, this is not necessary for normal usage as the key is generated by Drupal. | ||
secret_key: '' | ||
# This is required if you have set a passphrase on the secret key, this is generally not needed. | ||
pass_phrase: '' | ||
# This is the public key from the pair generated by Drupal and is required to validate the JWTs | ||
public_key: '{{ crayfish_install_dir }}/public.key' | ||
# By default lexik_jwt looks for the username key in the payload, we use sub | ||
user_identity_field: sub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
roles/internal/Islandora-Devops.crayfish/templates/Houdini/packages/crayfish_commons.yaml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
### This file is managed with Ansible ### | ||
crayfish_commons: | ||
fedora_base_uri: {{ crayfish_houdini_fedora_base_url }} | ||
syn_config: {{ crayfish_houdini_jwt_config }} |
10 changes: 10 additions & 0 deletions
10
...nal/Islandora-Devops.crayfish/templates/Houdini/packages/lexik_jwt_authentication.yaml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### This file is managed with Ansible ### | ||
lexik_jwt_authentication: | ||
# Need secret key to generate a token, this is not necessary for normal usage as the key is generated by Drupal. | ||
secret_key: '' | ||
# This is required if you have set a passphrase on the secret key, this is generally not needed. | ||
pass_phrase: '' | ||
# This is the public key from the pair generated by Drupal and is required to validate the JWTs | ||
public_key: '{{ crayfish_install_dir }}/public.key' | ||
# By default lexik_jwt looks for the username key in the payload, we use sub | ||
user_identity_field: sub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../internal/Islandora-Devops.crayfish/templates/Hypercube/packages/crayfish_commons.yaml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
### This file is managed with Ansible ### | ||
crayfish_commons: | ||
fedora_base_uri: {{ crayfish_hypercube_fedora_base_url }} | ||
syn_config: {{ crayfish_hypercube_jwt_config }} |
10 changes: 10 additions & 0 deletions
10
...l/Islandora-Devops.crayfish/templates/Hypercube/packages/lexik_jwt_authentication.yaml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### This file is managed with Ansible ### | ||
lexik_jwt_authentication: | ||
# Need secret key to generate a token, this is not necessary for normal usage as the key is generated by Drupal. | ||
secret_key: '' | ||
# This is required if you have set a passphrase on the secret key, this is generally not needed. | ||
pass_phrase: '' | ||
# This is the public key from the pair generated by Drupal and is required to validate the JWTs | ||
public_key: '{{ crayfish_install_dir }}/public.key' | ||
# By default lexik_jwt looks for the username key in the payload, we use sub | ||
user_identity_field: sub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...s/internal/Islandora-Devops.crayfish/templates/Milliner/packages/crayfish_commons.yaml.j2
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
...al/Islandora-Devops.crayfish/templates/Milliner/packages/lexik_jwt_authentication.yaml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### This file is managed with Ansible ### | ||
lexik_jwt_authentication: | ||
# Need secret key to generate a token, this is not necessary for normal usage as the key is generated by Drupal. | ||
secret_key: '' | ||
# This is required if you have set a passphrase on the secret key, this is generally not needed. | ||
pass_phrase: '' | ||
# This is the public key from the pair generated by Drupal and is required to validate the JWTs | ||
public_key: '{{ crayfish_install_dir }}/public.key' | ||
# By default lexik_jwt looks for the username key in the payload, we use sub | ||
user_identity_field: sub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.