Angel Borroy
057a3b86fd
SEARCH-2802: Search Services to support for Shared Secret communication.
2021-04-26 16:56:14 +02:00
Tom Page
5a47f748d3
Allow configuring the search log level.
2020-07-15 11:08:42 +01:00
Angel Borroy
1e52cb4758
SEARCH-1915: Generating again crypto stores with the new way of working.
2020-06-30 11:38:23 +02:00
Angel Borroy
4798e55884
SEARCH-1915: Use JAVA_TOOL_OPTIONS to pass SOLR SSL password values.
...
SOLR_SSL_TRUST_STORE_PASSWORD >> solr.jetty.truststore.password
SOLR_SSL_KEY_STORE_PASSWORD >> solr.jetty.keystore.password
SOLR_SSL_CLIENT_KEY_STORE_PASSWORD >> javax.net.ssl.keyStorePassword
SOLR_SSL_CLIENT_TRUST_STORE_PASSWORD >> javax.net.ssl.trustStorePassword
2020-06-19 16:27:30 +02:00
Angel Borroy
da6566b4a8
SEARCH-1915: Hide Java Environment values from external process like 'ps'
...
When using the JAVA_TOOL_OPTIONS environment variable, values are not passed as arguments to the Java Process
2020-06-18 12:43:52 +02:00
Angel Borroy
18a7d5af3b
SEARCH-1915: Support for ACS 7.x (named temporary as "latest")
...
Created the new env var password specification for cryptographic stores when using mTLS in latest.
Added new cryptographic stores set according to ACS 7.x criteria
2020-06-02 16:38:27 +02:00
Angel Borroy
3debea0e11
SEARCH-1915: Fix 6.2.x latest versions for Enterprise and Community
2020-06-02 13:39:24 +02:00
Angel Borroy
62fb937b09
Merge branch 'feature/SEARCH-2029_CompressGenerator' into 'master'
...
SEARCH-2029: Apply content compression options to Enterprise Docker Compose template
See merge request search_discovery/insightengine!416
2020-03-19 09:34:54 +00:00
Angel Borroy
bdf8063caa
SEARCH-2029: Add compress option to solr6secondary
2020-03-19 10:34:07 +01:00
Angel Borroy
50734519b5
SEARCH-2029: Apply content compression options to Enterprise Docker Compose template
2020-03-18 11:56:46 +01:00
Tom Page
bb4a07eda8
SEARCH-2089 Update docker-compose generator to use -Dsolr.baseUrl.
2020-02-13 11:29:26 +00:00
Tom Page
37aea72fed
Fix typo modules -> amps.
2020-02-03 15:48:32 +00:00
Tom Page
4cb1403add
Add a way to install custom addons.
2020-02-03 14:50:09 +00:00
Angel Borroy
2882b8edc2
Add Get Content compress option to Yeoman Generator.
2020-01-22 10:37:37 +01:00
Angel Borroy
10c4eff30c
Bump Docker Image release numbers to ACS 6.2
2019-12-04 13:26:53 +01:00
Tom Page
0ae6c97d29
SEARCH-1650 Support master-master and master-slave.
2019-11-19 09:18:09 +00:00
Tom Page
36013f31a2
SEARCH-1650 Support master-slave, rather than master-master.
2019-11-19 08:54:25 +00:00
agazzarini
091afab426
[ SEARCH-1752 ] TrackerState got updated on slaves + remove unused configuration properties
2019-10-22 16:25:30 +01:00
Angel Borroy
4493c6729b
Add support for WebProxy with SSL
...
Add support to disable WebProxy protection for SOLR REST API
2019-10-07 16:31:55 +02:00
Angel Borroy
c294e9b3e7
Including proxy to 6.1 CE to server both alfresco and share web apps in port 8080
2019-08-08 16:14:05 +02:00
Angel Borroy
d130d05252
Enable custom model deployments for repository and custom forms deployments to Share.
2019-08-06 16:57:26 +02:00
Angel Borroy
7d65a61e4e
Support for AGS latest (based in ACS 6.1)
2019-08-06 12:34:59 +02:00
Angel Borroy
75e5ab949a
Moving from "latest" to "6.2" to identify the current ACS version.
...
Created "images" folder to store Docker Images for Alfresco, Search and Zeppelin
Skipping "shard.count" setting for DB_ID_RANGE and EXPLICIT_ID_FALLBACK_LRIS
2019-07-31 13:40:49 +02:00
Angel Borroy
0e93beb7e7
Moving from "latest" to "6.2" to identify the current ACS version.
...
Created "images" folder to store Docker Images for Alfresco, Search and Zeppelin
Skipping "shard.count" setting for DB_ID_RANGE and EXPLICIT_ID_FALLBACK_LRIS
2019-07-31 13:40:40 +02:00
Angel Borroy
f7cf98073a
Support for ACS 6.1 and latest
...
Support for different Sharding Methods
2019-07-30 16:02:26 +02:00
sridharvellingiri
d141e77d0d
SEARCH-1715 Adding new keystore including client browser certificate
2019-06-27 10:28:04 +01:00
sridharvellingiri
f997a2ecfc
SEARCH-1699 Adding new keystore including client browser certificate
2019-06-25 14:03:36 +01:00
Tom Page
e4547c287d
SEARCH-1698 Set the secure comms environment variable used in the latest ACS.
2019-06-24 14:52:01 +01:00
Tom Page
6dc535acd9
Update generator to allow passing ACS tag.
2019-06-24 11:51:30 +01:00
Tom Page
7abcd13300
Add back call to normalize function for parsing command line options.
2019-06-20 08:57:44 +01:00
Tom Page
61ba862b89
Inline when functions.
2019-06-19 09:40:19 +01:00
Tom Page
ae04ba8a07
Simplify when logic for prompts.
...
We now no longer need to check the command line options and previous
prompt responses separately.
I did not manage to get the when functionality from Yeoman (/Inquirer.js)
to work.
2019-06-19 08:47:25 +01:00
Tom Page
ff6ca45b1d
Fix trailing whitespace.
2019-06-19 08:36:33 +01:00
Angel Borroy
ca618588a4
Remove Sharding from Community, as this option is not supported in this version.
2019-06-18 14:54:28 +02:00
Angel Borroy
64d9c9a15f
Fixing review comments.
2019-06-17 15:29:07 +02:00
Angel Borroy
d9f1f4c9c8
Using ACS latest for Community and Enterprise.
2019-06-17 11:04:39 +02:00
Angel Borroy
212dad684f
Support for Explicit Routing Sharding.
...
Updating documentation.
2019-06-17 09:25:21 +02:00
Angel Borroy
8866f5f526
Reduce Docker Memory pressure to 12 GB.
2019-06-13 17:28:53 +02:00
Angel Borroy
637a8787a1
Missed that this parameter is required for SOLR to SOLR SSL communications.
...
Restoring again the setting.
2019-06-12 16:17:12 +02:00
Angel Borroy
58122dc2b3
Removing unused variable.
2019-06-12 16:09:01 +02:00
Angel Borroy
5379f18d22
Using SSL for Zeppelin
2019-06-12 14:51:03 +02:00
Angel Borroy
995b52539d
Using SSL for Zeppelin
2019-06-12 14:30:14 +02:00
Angel Borroy
95a90d5ca4
Simplified version of the generator.
2019-06-12 09:18:45 +02:00
Angel Borroy
7d3556e4ff
Working configuration for Sharding SSL.
2019-06-10 14:13:59 +02:00
Angel Borroy
b986d8c529
Return command line parameter unchanged if it's not mean to be a boolean
2019-06-06 09:42:35 +02:00
Angel Borroy
471c84e2c8
Add command line passing parameters to allow this program be run without human interaction.
2019-06-05 17:43:24 +02:00
Angel Borroy
9dab5ac9d9
Fix sharding templates copy.
2019-06-05 12:43:15 +02:00
Angel Borroy
ae8dd987a7
Adding SOLR Replication option for Enterprise and Community
2019-06-04 16:20:06 +02:00
Angel Borroy
71ce4c2cd6
Reviewing dependencies.
2019-05-30 16:08:41 +02:00
Angel Borroy
5146475a06
Minor corrections.
2019-05-30 15:15:18 +02:00