Skip to content

Commit c848423

Browse files
author
DataUI VCS Robot
committed
Release 03.11.2021
* Data Proc: added tutorial how to analyze data with Apache Hive, Apache Spark and MapReduce. * DataLens: added a list of system errors. * DataLens: added a list of toponyms for geofunctions. * Managed Service for Apache Kafka®: added instruction how to set up alerts. * Managed Service for Kubernetes: added solution for synchronization with Yandex Lockbox secrets. * Managed Service for MySQL: added instruction how to set up alerts. * Managed Service for MySQL: added tutorial how to migrate database from Managed MySQL to on-premise installation. * Managed Service for SQL Server: added instruction how to set up alerts. * Object Storage: added solution for server side encryption. * Object Storage: updated instruction how to upload an object. * Translations updated. * Fixes and improvements.
1 parent f69f1f9 commit c848423

File tree

188 files changed

+6341
-3170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+6341
-3170
lines changed

.yfmlint

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
log-levels:
2+
YFM001: 'disabled'

en/_assets/full-screen.svg

+1
Loading

en/_assets/managed-kafka/security/service-roles-hierarchy.svg

-17
This file was deleted.

en/_assets/mdb/service-roles-hierarchy.svg

+49
Loading
1.25 KB
Loading

en/_assets/security/service-roles-hierarchy.svg

-17
This file was deleted.

en/_includes/iam/roles/mdb.admin.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### {{ roles-mdb-admin }} {#mdb-admin}
2+
3+
The role `{{ roles-mdb-admin }}` lets you create and edit clusters of managed databases.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[`mdb.admin`](../../../../iam/concepts/access-control/roles.md#mdb-admin): Lets you create and edit clusters of managed databases.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
* Over the internet, if you configured public access for the appropriate host. You can only connect to these hosts over an SSL connection.
2-
* From {{ yandex-cloud }} VM instances hosted in the same [virtual network](../../vpc/concepts/network.md). If the host isn't publicly available, you don't need to use an SSL connection to connect to such VMs.
2+
* From {{ yandex-cloud }} virtual machines located in the same [cloud network](../../vpc/concepts/network.md). If there is no public access to a host, connections from this type of virtual machine don't need to be over SSL.
33

en/_includes/mdb/mmy-conn-strings.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
?>
157157
```
158158

159-
Unlike other connection methods, this code must specify the full path to the `root.crt` certificate for {{ MY }} in the `ssl_set` method.
159+
For this connection method, the code must include the full path to the `root.crt` certificate for {{ MY }} in the `ssl_set` method.
160160

161161
**Code example for connecting without SSL:**
162162

@@ -194,7 +194,7 @@
194194
sudo apt update && sudo apt install -y default-jdk maven
195195
```
196196

197-
1. Add the SSL certificate to the Java trusted certificate store (Java Key Store) so that the {{ MY }} driver can use this certificate for secure connections to the cluster hosts. Make sure to set the password using the `-storepass` parameter for additional storage protection:
197+
1. Add the SSL certificate to the Java trusted certificate store (Java Key Store) so that the {{ MY }} driver can use this certificate for secure connections to the cluster hosts. Make sure to set the password for storage security using the `-storepass` parameter:
198198

199199
```bash
200200
cd ~/.mysql && \
@@ -396,7 +396,7 @@
396396
})
397397
```
398398
399-
Unlike other connection methods, this code must specify the full path to the `root.crt` certificate for {{ MY }} in the `ca` variable.
399+
For this connection method, the code must include the full path to the `root.crt` certificate for {{ MY }} in the `ca` variable.
400400
401401
**Code example for connecting without SSL:**
402402
@@ -499,7 +499,7 @@
499499
}
500500
```
501501
502-
Unlike other connection methods, this code must specify the full path to the `root.crt` certificate for {{ MY }} in the `ca` variable.
502+
For this connection method, the code must include the full path to the `root.crt` certificate for {{ MY }} in the `ca` variable.
503503
504504
**Code example for connecting without SSL:**
505505
@@ -642,7 +642,7 @@
642642
SSLVERIFY=1
643643
```
644644
645-
Unlike other connection methods, this file must specify the full path to the `root.crt` certificate for {{ MY }} in the `SSLCA` parameter.
645+
For this connection method, the `/etc/odbc.ini` file must include the full path to the `root.crt` certificate for {{ MY }} in the `SSLCA` parameter.
646646
647647
**Example of settings in the `/etc/odbc.ini` file for connecting without SSL:**
648648

0 commit comments

Comments
 (0)