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

feat: make charm work on airgap environments #168

Merged
merged 4 commits into from
Sep 27, 2023
Merged

Conversation

DnPlas
Copy link
Contributor

@DnPlas DnPlas commented Sep 26, 2023

This PR cherry picks 4e42ce3, partially cherry-picks a716963, and makes changes to the requirements.* files so that dex-auth can be deployed in an airgap environment. These changes are mirroring in track/2.31 what we currently have in main.

Fixes #167

phoevos and others added 2 commits September 26, 2023 10:55
Currently, Dex Charm is doing apt install. Update this logic to ensure
the Dex Charm can work in an airgapped environment.

Closes #100

Signed-off-by: Phoevos Kalemkeris <phoevos.kalemkeris@canonical.com>
@DnPlas DnPlas requested a review from a team as a code owner September 26, 2023 09:20
@DnPlas DnPlas added the backport Backport changes from a branch to another label Sep 26, 2023
Some of this charm dependencies need rustc and cargo to build and install from source,
poviding this toolchain and library ensures the right tools are installed in the
environment, preventing issues when pip installing charm dependencies.
Partial cherry-pick of a716963
Copy link
Contributor

@i-chvets i-chvets left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved.
Based on running integration tests. Need to verify in airgapped environment.

@DnPlas DnPlas merged commit 8adcc97 into track/2.31 Sep 27, 2023
7 checks passed
@DnPlas DnPlas deleted the KF-4431-fix-167 branch September 27, 2023 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Backport changes from a branch to another Libraries: Out of sync
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants