Rust authority bootstrap#205
Conversation
20cb68b to
0b56377
Compare
0b56377 to
24426bb
Compare
|
Why not include the example of copycat with bootstrap to the current PR (with another name to keep existing copycat)? As bootstrap is now a feature of the lib. |
Problem is that it requires a running bootstrap server and for now the code is private and the platform is not deployed as publicly usable |
Hugues360
left a comment
There was a problem hiding this comment.
See answer in the thread for station_id field in [bootstrap] section
Signed-off-by: Nicolas Buffon <nicolas.buffon@orange.com>
Signed-off-by: Nicolas Buffon <nicolas.buffon@orange.com>
24426bb to
2af51f4
Compare
Signed-off-by: Nicolas Buffon <nicolas.buffon@orange.com>
2af51f4 to
9fe0273
Compare
|
Changes are pushed, station_id now correctly comes from the |
What's new
New function to create a Configuration from bootstrap sequence
The bootstrap sequence provide services' URL and credentials, any of these information already present in the configuration file
All the other fields that are unrelated to services connection are still read from the configuration file and set in the Configuration object
closes #185
closes #161
How to test
examples/config.iniand[bootstrap]section with the proper endpoint and credentials[mqtt]sectioncopycatexample using the bootstrap sequencecopycatexample