-
Notifications
You must be signed in to change notification settings - Fork 127
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
feat(iot_hub): add mqtt certificate attributes #2368
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2368 +/- ##
=======================================
Coverage 73.77% 73.77%
=======================================
Files 229 229
Lines 35515 35559 +44
=======================================
+ Hits 26200 26233 +33
- Misses 7064 7073 +9
- Partials 2251 2253 +2 ☔ View full report in Codecov by Sentry. |
e5bcf8f
to
0242d71
Compare
a9e7e15
to
7ea6460
Compare
681d47b
to
a881587
Compare
633e1f4
to
6688d92
Compare
3284792
to
43d88e9
Compare
43d88e9
to
70efaa0
Compare
scaleway/resource_iot_hub.go
Outdated
_ = diag.Diagnostic{ | ||
Severity: diag.Warning, | ||
AttributePath: cty.GetAttrPath("mqtt_ca"), | ||
Summary: err.Error(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Diagnostic allows a Summary and details.
Summary could be used to summarize the issue (ex: Failed to fetch io hub mqtt certificate).
And details can contain the real error that may be an error from go http client.
70efaa0
to
79eb69c
Compare
close #2264