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

devcontainer: replace VAULT_HOST with AWS_ROLE_ARN #1423

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jjacobelli
Copy link
Contributor

This PR is replacing the VAULT_HOST variable with AWS_ROLE_ARN. This is required to use the new token service to get AWS credentials.

Copy link
Member

@trxcllnt trxcllnt left a comment

Choose a reason for hiding this comment

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

We will also need to change the base image for each devcontainer to a version that supports the new AWS_ROLE_ARN envvar:

-  "image": "rapidsai/devcontainers:24.04-cpp-llvm18-cuda12.0-ubuntu22.04",
+  "image": "rapidsai/devcontainers:24.12-cpp-llvm19-cuda12.0",
-  "image": "rapidsai/devcontainers:24.04-cpp-nvhpc24.3-ubuntu22.04",
+  "image": "rapidsai/devcontainers:24.12-cpp-nvhpc24.9",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants