thin-edge.io icon indicating copy to clipboard operation
thin-edge.io copied to clipboard

The open edge framework for lightweight IoT devices

Results 475 thin-edge.io issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The `tedge` post installation script can fail at the `tedge refresh-bridges` step if the following is true: * A bridge is connected and configured * The `c8y.url`...

bug
theme:mqtt

**Is your feature improvement request related to a problem? Please describe.** As [pointed out by](https://github.com/thin-edge/thin-edge.io/pull/3357#discussion_r1944281610) @didier-wenzek, there is an inconsistency when it comes to the client authentication configuration between the...

improvement

In #3371, I had to remove the zeroisation of private keys due to a change in `rustls_pki_types` preventing modification of the data. We should attempt to reinstate this by creating...

refactoring

**Describe the bug** The `tedge config list topics` shows that the default topics used by the mappers have different defaults (which is unexpected as each mapper should send the same...

bug
theme:mqtt
theme:aws
theme:az

**Describe the bug** When triggering a configuration snapshot where `tedge` does not have permissions to write to/create `/var/tedge/file-transfer//`, the file-transfer service generates a 500 internal server error. This appears to...

bug

**Is your feature improvement request related to a problem? Please describe.** Currently the file transfer service accepts the raw bytes of the file as the body for a request to...

improvement

**Is your feature request related to a problem? Please describe.** The tedge log file request functionality currently has the limitation that the `tedge` user needs to have read access to...

idea
theme:troubleshooting

**Is your feature improvement request related to a problem? Please describe.** Investigate improvements to the cloud profile feature which allows users to connect thin-edge.io to multiple clouds. However with the...

improvement
theme:configuration
theme:c8y
theme:aws
theme:az

## Proposed changes Restart the tedge-agent service (instead of just starting it) when calling `tedge connect ` to ensure it matches any settings that may have changed (e.g. mqtt.client.port) since...

theme:cli

**Is your feature improvement request related to a problem? Please describe.** If thin-edge.io configuration is changed after already running `tedge connect c8y` once, then the **tedge-agent** service will not be...

improvement
theme:configuration