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

Documentation for cluster mode #1646

Merged
merged 3 commits into from
Dec 18, 2020
Merged

Documentation for cluster mode #1646

merged 3 commits into from
Dec 18, 2020

Conversation

pm47
Copy link
Member

@pm47 pm47 commented Dec 16, 2020

No description provided.

@pm47 pm47 force-pushed the cluster-doc branch 3 times, most recently from a7351b5 to 9166b99 Compare December 17, 2020 13:47
We now use a regular release zip, and use it in the awseb bundle.

The default logback configuration now logs to a file, like
`eclair-node`, and we use a dedicated logback configuration for AWS
beanstalk.

By default the front reads the node secret key from the node seed in
the standard `.eclair` directory.
@codecov-io
Copy link

codecov-io commented Dec 17, 2020

Codecov Report

Merging #1646 (c2f62de) into master (9425fd4) will increase coverage by 0.06%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #1646      +/-   ##
==========================================
+ Coverage   85.92%   85.98%   +0.06%     
==========================================
  Files         151      151              
  Lines       11452    11470      +18     
  Branches      512      493      -19     
==========================================
+ Hits         9840     9863      +23     
+ Misses       1612     1607       -5     
Impacted Files Coverage Δ
...nt/src/main/scala/fr/acinq/eclair/FrontSetup.scala 0.00% <0.00%> (ø)
...cala/fr/acinq/eclair/payment/relay/NodeRelay.scala 93.70% <0.00%> (-1.58%) ⬇️
...c/main/scala/fr/acinq/eclair/channel/Channel.scala 85.97% <0.00%> (-0.09%) ⬇️
...in/scala/fr/acinq/eclair/channel/Commitments.scala 93.28% <0.00%> (+0.05%) ⬆️
...main/scala/fr/acinq/eclair/io/PeerConnection.scala 82.35% <0.00%> (+0.42%) ⬆️
...ain/scala/fr/acinq/eclair/payment/Monitoring.scala 98.11% <0.00%> (+0.49%) ⬆️
...cala/fr/acinq/eclair/crypto/TransportHandler.scala 90.71% <0.00%> (+0.54%) ⬆️
...main/scala/fr/acinq/eclair/router/Validation.scala 92.91% <0.00%> (+1.49%) ⬆️
...q/eclair/blockchain/electrum/ElectrumWatcher.scala 76.98% <0.00%> (+2.38%) ⬆️
...clair/blockchain/electrum/ElectrumClientPool.scala 78.49% <0.00%> (+4.30%) ⬆️

Copy link
Member

@t-bast t-bast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First pass, I'm testing the single-server demo right now.

docs/Cluster.md Outdated Show resolved Hide resolved
-dname "O=ACME, C=FR" \
-keypass:env <password> \
-storepass:env <password> \
-keyalg RSA \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you use RSA and not elliptic curves (which are safer, faster and create smaller certificates)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used one of the recommended algorithms in akka doc, but advanced users can change if they prefer.

docs/Cluster.md Outdated Show resolved Hide resolved
docs/Cluster.md Outdated Show resolved Hide resolved
@pm47 pm47 marked this pull request as ready for review December 18, 2020 10:26
@pm47 pm47 merged commit 39d9bfb into master Dec 18, 2020
@pm47 pm47 deleted the cluster-doc branch December 18, 2020 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants