Skip to content
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

Cloud address translation #830

Merged
merged 2 commits into from
May 7, 2024

Conversation

dmitrii-ubskii
Copy link
Member

@dmitrii-ubskii dmitrii-ubskii commented May 3, 2024

Usage and product changes

We introduce a way to provide address translation when attempting to connect to cloud servers (cf. typedb/typedb-driver#624). This is useful when the route from the user to the servers differs from the route the servers are configured with (e.g. connection to public-facing servers from an internal network).

Note: we currently require that the user provides translation for the addresses of all nodes in the Cloud deployment.

@dmitrii-ubskii dmitrii-ubskii force-pushed the address-translation branch 2 times, most recently from 3c3da9e to fab7a5d Compare May 3, 2024 16:10
Comment on lines -35 to +45
override fun cancel() = Service.driver.updateDefaultPasswordDialog.cancel()
override fun submit() = Service.driver.updateDefaultPasswordDialog.submit(oldPassword, newPassword)
override fun cancel() {
Service.driver.updateDefaultPasswordDialog.cancel()
oldPassword = ""
newPassword = ""
}
override fun submit() {
assert(isValid())
Service.driver.updateDefaultPasswordDialog.submit(oldPassword, newPassword)
oldPassword = ""
newPassword = ""
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drive-by: discard password field contents on submit / cancel.

@dmitrii-ubskii dmitrii-ubskii changed the title Address translation Cloud address translation May 3, 2024
@dmitrii-ubskii dmitrii-ubskii added this to the 2.28.0 milestone May 3, 2024
@dmitrii-ubskii dmitrii-ubskii marked this pull request as ready for review May 3, 2024 17:06
@typedb-bot typedb-bot merged commit fe0cd74 into typedb:development May 7, 2024
4 checks passed
@dmitrii-ubskii dmitrii-ubskii deleted the address-translation branch May 7, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants