@scaleway/sdk-s2s-vpn 2.14.0 → 2.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -412,7 +412,7 @@ export type CreateConnectionRequest = {
|
|
|
412
412
|
*/
|
|
413
413
|
enableRoutePropagation: boolean;
|
|
414
414
|
/**
|
|
415
|
-
*
|
|
415
|
+
* Previously created secret in Secret Manager containing the PSK to be used for the IPsec tunnel. If no secret given, S2S VPN will create one automatically in Secret Manager, reference it's secret_id and revision in the connection and use the generated PSK. Secret revision is also optional and maybe used to refer to a previous revision. If no revision given, "latest" is used.
|
|
416
416
|
*/
|
|
417
417
|
secret?: CreateConnectionRequestSecret;
|
|
418
418
|
/**
|