@@ -420,7 +420,7 @@ public Long create(PipelineOptions options) {
420420 * <p>Beam will infer the secret type and value based on the secret itself. This guarantees that
421421 * any data at rest during the performing a GBK, so this can be used to guarantee that data is not
422422 * unencrypted. Runners with this behavior include the Dataflow, Flink, and Spark runners. The
423- * secret should be a url safe base64 encoded 32 byte value. The option should be structured like:
423+ * option should be structured like:
424424 *
425425 * <pre><code>
426426 * --gbek=type:<secret_type>;<secret_param>:<value>
@@ -432,19 +432,14 @@ public Long create(PipelineOptions options) {
432432 * --gbek=type:GcpSecret;version_name:my_secret/versions/latest"
433433 * </code></pre>
434434 *
435- * All variables should use snake case to allow consistency across languages. For an example of
436- * generating a properly formatted secret, see
437- * https://github.com/apache/beam/blob/c8df4da229da49d533491857e1bb4ab5dbf4fd37/sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/GroupByKeyIT.java#L82
435+ * All variables should use snake case to allow consistency across languages.
438436 */
439437 @ Description (
440438 "When set, will replace all GroupByKey transforms in the pipeline the option. Beam will"
441439 + " infer the secret type and value based on the secret itself. This guarantees that"
442440 + " any data at rest during the performing a GBK, so this can be used to guarantee"
443441 + " that data is not unencrypted. Runners with this behavior include the Dataflow,"
444- + " Flink, and Spark runners. The secret should be a url safe base64 encoded 32 byte"
445- + " value. For an example of generating a properly formatted secret, see"
446- + " https://github.com/apache/beam/blob/c8df4da229da49d533491857e1bb4ab5dbf4fd37/sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/GroupByKeyIT.java#L82"
447- + " When passing in the gbek option, it should be structured like:"
442+ + " Flink, and Spark runners. The option should be structured like:"
448443 + " --gbek=type:<secret_type>;<secret_param>:<value>, for example "
449444 + " --gbek=type:GcpSecret;version_name:my_secret/versions/latest. All variables "
450445 + " should use snake case to allow consistency across languages." )
0 commit comments