Skip to content

Tags: bdx0/devbox

Tags

0.10.5

Toggle 0.10.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[cache] Add cache info command (jetify-com#2001)

## Summary

* Adds new info command
* key cache and credentials local cache to current member.

## How was it tested?

0.10.5-dev2

Toggle 0.10.5-dev2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[cache] Add cache info command (jetify-com#2001)

## Summary

* Adds new info command
* key cache and credentials local cache to current member.

## How was it tested?

0.10.5-dev

Toggle 0.10.5-dev's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
nixcache: automatically configure nix daemon (jetify-com#1996)

0.10.4

Toggle 0.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
nixcache: only print warning if URI isn't empty (jetify-com#1974)

0.10.4-dev-2

Toggle 0.10.4-dev-2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
nixcache: only print warning if URI isn't empty (jetify-com#1974)

0.10.4-dev

Toggle 0.10.4-dev's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
nixcache: configure auth with `devbox cache configure` (jetify-com#1961)

Add a hidden `devbox cache configure` command that sets up Nix so it can
authenticate with a private Devbox cache. This is a first step.
Ultimately, we'd like to do this configuration automatically before
building. We just need to make sure we don't re-prompt the user for sudo
or slow down commands like `devbox run` or `devbox shell`.

Configuring auth goes as follows:

1. Check to see if the Nix daemon is running. If it isn't, we don't need
to do anything.
2. Otherwise, we check to see if `~root/.aws/config` exists. If it does,
we assume that we've already configured the root user's AWS credentials.
This won't handle situations where the user already has a root AWS
config and can be improved.
3. If the AWS config doesn't exist, prompt the user to escalate to root.
If they say yes, relaunch `devbox cache configure`.
4. The new devbox process running as root writes an AWS config file that
tells the AWS CLI/SDKs to authenticate by running `devbox cache
credentials`.

Note that we need to use the default AWS profile. There's a bug in Nix
where non-default profiles (specified in the S3 URI with
?profile=devbox) don't use the default credential chain. If this gets
fixed, we should use a separate profile so that we don't interfere with
any AWS options set by the user (although hopefully this is rare for
root).

0.10.3

Toggle 0.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[auth] change oauth domain (jetify-com#1948)

## Summary

## How was it tested?

0.10.2

Toggle 0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[plugins] change pip venv shell hook recommendation to be posix-compa…

…tible (jetify-com#1939)

## Summary

This was requested on discord.

The `source` is non-posix. Using the period (`.`) is posix.

## How was it tested?

did not test

0.10.1

Toggle 0.10.1's commit message
0.10.1 Release

0.10.0

Toggle 0.10.0's commit message
0.10 Release