mirror of
https://github.com/wahyd4/knowledge.git
synced 2026-08-09 05:06:28 +10:00
ctls
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
@@ -337,3 +337,8 @@ terraform apply # Apply changes to cluster
|
||||
|
||||
|
||||
## Security
|
||||
|
||||
|
||||
### Mutual TLS authentication
|
||||
|
||||

|
||||
|
||||
@@ -395,6 +395,13 @@ func main() {
|
||||
}
|
||||
}
|
||||
```
|
||||
## Some interesting mistakes
|
||||
|
||||
### Do not reuse HTTP request when retrying
|
||||
|
||||
See more information: https://stackoverflow.com/questions/55385894/http-contentlength-99-with-body-length-0
|
||||
|
||||
|
||||
|
||||
# Useful links
|
||||
* [Go best practice](https://github.com/golang/go/wiki/CodeReviewComments)
|
||||
|
||||
Reference in New Issue
Block a user