1penrc

module
v0.0.0-...-4d68350 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2022 License: MIT

README

1PENRC

1penrc - Export 1Password secrets as environment variables.

WARNING: This software is still in it's infancy. Bugs and breaking changes might occur. Use at your own risk.

INSTALLATION

1penrc uses the 1Password CLI (>=2.0.0) to interact with 1Password, which therefore needs to be installed and has to be available inside the users $PATH.

Currently, no pre-build binaries are provided. To compile and install 1penrc manually, Git and a recent version of the Go toolchain (>=1.18) is required.

git clone https://github.com/xinau/1penrc.git
cd 1penrc
go build -o 1penrc ./cmd/1penrc
sudo mv 1penrc /usr/local/bin

USAGE

To export 1Password secrets as environment variables a configuration file defining an environment is needed. The following example uses a configuration file which defines an environment of the name example.com. This environment exposes a variable API_TOKEN with the value of the token secret inside the API section of the Example item inside Private vault.

environments:
  secret_configs:
    - name: API_TOKEN
      secret: op://Private/Example/API/token

The environment can be sourced by referring to the environment by it's name. I.e.

source <(1penrc --config ./config.yaml example.com)

For more information take a look at the manpages 1penrc(1) and 1penrc(5).

DISCLAIMER

As noted above this software is still in its early stages and breaking changes to behaviour might occur. This software is build to ease the process of exporting 1Password item fields as environment variables to be consumed by other tools on the CLI and as of now nothing else.

LICENSE

This project is under MIT license.

Directories

Path Synopsis
cmd
internal
op

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL