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

Require openjdk to be authenticated #621

Merged
merged 2 commits into from Sep 5, 2019

Conversation

ojarjur
Copy link
Contributor

@ojarjur ojarjur commented Sep 4, 2019

This commit removes the passing of the --allow-unauthenticated flag when installing the package `openjdk-8-jre-headless.

That flag was added in #620 to work around an issue in installing the hive and spark-python packages. Since openjdk-8-jre-headless was being installed in the same command, this flag was applied to it as well, even though it was not necessary.

This change locks that back down by splitting the openjdk-8-jre-headless package in a separate command that does not include the --allow-unauthenticated flag.

This commit removes the passing of the `--allow-unauthenticated` flag when installing the package `openjdk-8-jre-headless.

That flag was added in #620 to work around an issue in installing the hive and spark-python packages. Since openjdk-8-jre-headless was being installed in the same command, this flag was applied to it as well, even though it was not necessary.

This change locks that back down by splitting the openjdk-8-jre-headless package in a separate command that does not include the `--allow-unauthenticated` flag.
@ojarjur
Copy link
Contributor Author

ojarjur commented Sep 4, 2019

/gcbrun

@ojarjur
Copy link
Contributor Author

ojarjur commented Sep 5, 2019

/gcbrun

@ojarjur ojarjur merged commit 79db60e into master Sep 5, 2019
@medb medb deleted the ojarjur/require-authenticated-jre branch October 3, 2019 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants