mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-15 12:40:21 +00:00
Compare commits
2 Commits
cfde3eca64
...
27de57ba18
Author | SHA1 | Date | |
---|---|---|---|
|
27de57ba18 | ||
|
af833d173c |
@@ -26,7 +26,6 @@ I ran into a roadblock recently where I wanted to conveniently connect to a mana
|
||||
|
||||
<!--more-->
|
||||
|
||||
|
||||
## Go Public?
|
||||
|
||||
Should the database be migrated to public subnets? Ideally not, since it is good practice to host internal infrastructure in restricted subnets.
|
||||
@@ -82,4 +81,6 @@ If these stars align, than this solution might work as a stopgap for accessing a
|
||||
|
||||
It would be nice if Azure provided tooling similar to cloud-sql-proxy, so that using private databases would be more of a convenient experience.
|
||||
|
||||
One other thing to note is that some clients (such as [dbeaver](https://dbeaver.io/)) [do not provide DNS resolution over SOCKS](https://github.com/dbeaver/dbeaver/issues/872). So in this case, you won't be able to use DNS as if you were inside the cluster, but instead have to rely on knowing private ip addresses.
|
||||
~~One other thing to note is that some clients (such as [dbeaver](https://dbeaver.io/)) [do not provide DNS resolution over SOCKS](https://github.com/dbeaver/dbeaver/issues/872). So in this case, you won't be able to use DNS as if you were inside the cluster, but instead have to rely on knowing private ip addresses.~~
|
||||
|
||||
> **2025-01-16:**: DNS over SOCKS now works with the latest dbeaver client.
|
||||
|
6
package-lock.json
generated
6
package-lock.json
generated
@@ -3408,9 +3408,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/lint-staged": {
|
||||
"version": "15.4.0",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.0.tgz",
|
||||
"integrity": "sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ==",
|
||||
"version": "15.4.1",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.1.tgz",
|
||||
"integrity": "sha512-P8yJuVRyLrm5KxCtFx+gjI5Bil+wO7wnTl7C3bXhvtTaAFGirzeB24++D0wGoUwxrUKecNiehemgCob9YL39NA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
12
themes/custom-theme/package-lock.json
generated
12
themes/custom-theme/package-lock.json
generated
@@ -3370,9 +3370,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/lint-staged": {
|
||||
"version": "15.4.0",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.0.tgz",
|
||||
"integrity": "sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ==",
|
||||
"version": "15.4.1",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.1.tgz",
|
||||
"integrity": "sha512-P8yJuVRyLrm5KxCtFx+gjI5Bil+wO7wnTl7C3bXhvtTaAFGirzeB24++D0wGoUwxrUKecNiehemgCob9YL39NA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"chalk": "~5.4.1",
|
||||
@@ -8930,9 +8930,9 @@
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"version": "15.4.0",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.0.tgz",
|
||||
"integrity": "sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ==",
|
||||
"version": "15.4.1",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.1.tgz",
|
||||
"integrity": "sha512-P8yJuVRyLrm5KxCtFx+gjI5Bil+wO7wnTl7C3bXhvtTaAFGirzeB24++D0wGoUwxrUKecNiehemgCob9YL39NA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"chalk": "~5.4.1",
|
||||
|
Reference in New Issue
Block a user