Skip to content

Commit

Permalink
remove deprecated VAULT_HOST and use AWS_ROLE_ARN instead
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Nov 5, 2024
1 parent b0bc998 commit 8421287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ ENV PYTHONDONTWRITEBYTECODE="1"

ENV SCCACHE_REGION="us-east-2"
ENV SCCACHE_BUCKET="rapids-sccache-devs"
ENV VAULT_HOST="https://vault.ops.k8s.rapids.ai"
ENV AWS_ROLE_ARN="arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs"
ENV HISTFILE="/home/coder/.cache/._bash_history"

0 comments on commit 8421287

Please sign in to comment.