Skip to content

Commit

Permalink
docs: update docs for new gpg forwarding feature
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
  • Loading branch information
89luca89 committed Aug 11, 2023
1 parent a2d192d commit 3c98f78
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/pages/developing-in-workspaces/credentials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,20 @@ DevPod will make docker registry credentials available inside the dev container
If you don't want DevPod to inject the credentials, you can disable that via the following command for all workspaces:
```
devpod context set-options default -o INJECT_DOCKER_CREDENTIALS=false
```
```

## GPG credentials

DevPod will gpg keys available inside the dev container through an ssh tunnel. This allows you to sign commits from inside the workspace.

If you want DevPod to inject the gpg keys, you must that via the following command for all workspaces:
```
devpod context set-options default -o GPG_AGENT_FORWARDING=true
```

Or when creating a workspace using:

```
devpod up --gpg-agent-forwarding my-workspace
```

0 comments on commit 3c98f78

Please sign in to comment.