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

2024.2: remove oauth2 plugin from keystone image #538

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions templates/2024.2/template-overrides.mako
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,6 @@ RUN apt-get update ${"\\"}
libmemcached11 ${"\\"}
&& apt-get clean ${"\\"}
&& rm -rf /var/lib/apt/lists/* ${"\\"}
&& curl -o /tmp/liboauth2.deb "https://github.com/OpenIDC/liboauth2/releases/download/v1.6.3/liboauth2_1.6.3-1.bookworm_amd64.deb" ${"\\"}
&& dpkg -i /tmp/liboauth2.deb ${"\\"}
&& rm -f /tmp/liboauth2.deb ${"\\"}
&& curl -o /tmp/liboauth2-apache.deb "https://github.com/OpenIDC/liboauth2/releases/download/v1.6.3/liboauth2-apache_1.6.3-1.bookworm_amd64.deb" ${"\\"}
&& dpkg -i /tmp/liboauth2-apache.deb ${"\\"}
&& rm -f /tmp/liboauth2-apache.deb ${"\\"}
&& curl -o /tmp/libapache2-mod-oauth2.deb "https://github.com/OpenIDC/mod_oauth2/releases/download/v3.4.0/libapache2-mod-oauth2_3.4.0-1.bookworm_amd64.deb" ${"\\"}
&& dpkg -i /tmp/libapache2-mod-oauth2.deb ${"\\"}
&& rm -f /tmp/libapache2-mod-oauth2.deb ${"\\"}
&& a2enmod oauth2 ${"\\"}
&& a2enmod auth_openidc
{% endblock %}

Expand Down