-
Notifications
You must be signed in to change notification settings - Fork 1
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
Try fetching configuration from the Manager at start / reload #113
Comments
For |
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Changed `request::Client` structure to support `get_config` method. - Changed `main` structure to handle the fetched configuration and support remote & local mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs`'s methods for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Changed `request::Client` structure to support `get_config` method. - Changed `main` structure to handle the fetched configuration and support remote & local mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs`'s methods for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Changed `request::Client` structure to support `get_config` method. - Changed `main` structure to handle the fetched configuration and support remote & local mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs`'s methods for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Changed `request::Client` structure to support `get_config` method. - Changed `main` structure to handle the fetched configuration and support remote & local mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs`'s methods for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Changed `request::Client` structure to support `get_config` method. - Changed `main` structure to handle the fetched configuration and support remote & local mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs`'s methods for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Changed `request::Client` structure to support `get_config` method. - Changed `main` structure to handle the fetched configuration and support remote & local mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs`'s methods for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Changed `request::Client` structure to support `get_config` method. - Changed `main` structure to handle the fetched configuration and support remote & local mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs`'s methods for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Changed `request::Client` structure to support `get_config` method. - Changed `main` structure to handle the fetched configuration and support remote & local mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs`'s methods for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Changed `request::Client` structure to support `get_config` method. - Changed `main` structure to handle the fetched configuration and support remote & local mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs`'s methods for modularity. Close: #113
@sophie-cluml In my opinion, the updated As far as I know, it is currently impossible for an agent to update the configuration on the Manager server. I wonder if this issue can be handled without requiring Crusher to update the configuration directly. I would appreciate your thoughts on this. |
Thank you for raising the point. I think that point is valid. In that sense, I think it's worthwhile to invite Kone at this point. Besides, in my opinion, on how to address the raised issue, I think we can implement this by opening a new GraphQL API. To be more concrete, two options instantly come to my mind. One is to open a new GraphQL API to be polled by the client. The other is to open a subscription GraphQL API. Also, @danbi2990 Do you have any suggestions? |
That said, my opinions might lack a broader perspective. I’d appreciate hearing about any better options. |
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Changed `request::Client` structure to support `get_config` method. - Changed `main` structure to handle the fetched configuration and support remote & local mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs`'s methods for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Changed `request::Client` structure to support `get_config` method. - Changed `main` structure to handle the fetched configuration and support remote & local mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs`'s methods for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Changed `request::Client` structure to support `get_config` method. - Changed `main` structure to handle the fetched configuration and support remote & local mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs`'s methods for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Changed `request::Client` structure to support `get_config` method. - Changed `main` structure to handle the fetched configuration and support remote & local mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs`'s methods for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Changed `request::Client` structure to support `get_config` method. - Changed `main` structure to handle the fetched configuration and support remote & local mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs`'s methods for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Changed `request::Client` structure to support `get_config` method. - Changed `main` structure to handle the fetched configuration and support remote & local mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs`'s methods for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Changed `request::Client` structure to support `get_config` method. - Changed `main` structure to handle the fetched configuration and support remote & local mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs`'s methods for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Added `enter_minimal_mode`, `try_connect` methods to `request::Client` to support minimal mode. - Restructured `main` to support minimal mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs` struct for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Added `enter_minimal_mode`, `try_connect` methods to `request::Client` to support minimal mode. - Restructured `main` to support minimal mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs` struct for modularity. Close: #113
It was concluded that no update is needed in the Manager server because Instead, the configuration name ( |
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Added `enter_minimal_mode`, `try_connect` methods to `request::Client` to support minimal mode. - Restructured `main` to support minimal mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs` struct for modularity. Close: #113
In the Sensor, Datalake and Semi-supervised Engine repositories, there is no common convention for file paths (only directory configurations). |
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Added `enter_minimal_mode`, `try_connect` methods to `request::Client` to support minimal mode. - Restructured `main` to support minimal mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs` struct for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Added `enter_minimal_mode`, `try_connect` methods to `request::Client` to support minimal mode. - Restructured `main` to support minimal mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs` struct for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Added `enter_minimal_mode`, `try_connect` methods to `request::Client` to support minimal mode. - Restructured `main` to support minimal mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs` struct for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Added `enter_minimal_mode`, `try_connect` methods to `request::Client` to support minimal mode. - Restructured `main` to support minimal mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs` struct for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Added `enter_minimal_mode`, `try_connect` methods to `request::Client` to support minimal mode. - Restructured `main` to support minimal mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs` struct for modularity. Close: #113
- Added `get_config` method to `request::Client` to fetch the configuration from the Manager server. - Added `enter_minimal_mode`, `try_connect` methods to `request::Client` to support minimal mode. - Restructured `main` to support minimal mode. - Moved `to_cert_chain`, `to_private_key`, `to_ca_certs` functions to `Certs` struct for modularity. Close: #113
With the addition of remote configuration fetching, it now supports remote mode. In remote mode, it enters idle mode if the remote configuration is invalid. The `UpdateHandler` used in idle mode is separated to avoid handling the `sampling_policy_list` request. Close: #113
With the addition of remote configuration fetching, it now supports remote mode. In remote mode, it enters idle mode if the remote configuration is invalid. The `UpdateHandler` used in idle mode is separated to avoid handling the `sampling_policy_list` request. Close: #113
With the addition of remote configuration fetching, it now supports remote mode. In remote mode, it enters idle mode if the remote configuration is invalid. The `UpdateHandler` used in idle mode is separated to avoid handling the `sampling_policy_list` request. Close: #113
With the addition of remote configuration fetching, it now supports remote mode. In remote mode, it enters idle mode if the remote configuration is invalid. The `UpdateHandler` used in idle mode is separated to avoid handling the `sampling_policy_list` request. Close: #113
Implementation Details
Initializing tracing to log to a temporary directory until thePlease refer to Adjust Logging Behavior by Revised Logging Policy #117 for logging.log_dir
is defined.applyNode
API logic.The text was updated successfully, but these errors were encountered: