Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-2932

Flink quickstart docs should ask users to download from https, not http

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.10.0, 1.0.0
    • Documentation
    • None

    Description

      https://ci.apache.org/projects/flink/flink-docs-master/quickstart/java_api_quickstart.html

      https://ci.apache.org/projects/flink/flink-docs-master/quickstart/scala_api_quickstart.html

      Both of these documents ask the users to run a script insecurely downloaded from an HTTP server. The server supports HTTPS. Can we change the target to be secure?

      Currently:

      curl http://flink.apache.org/q/quickstart-scala.sh | bash
      

      expected:

      curl https://flink.apache.org/q/quickstart-scala.sh | bash
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            fkautz Frederick F. Kautz IV
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: