You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates to move from static SDK files to "go get" SDK module. (#24)
* Setting up for prebuilt go get SM SDK with binaries
* Updates from testing with temporary "go get" module
* Replacing the temporary module with the final SDK module
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ You will need a Kubernetes cluster to run against. We recommend [KIND](https://s
14
14
15
15
**Note:** Your controller will automatically use the current context in your kubeconfig file (i.e. whatever cluster `kubectl cluster-info` shows).
16
16
17
-
This project uses the Secrets Manager golang SDK. This SDK requires some binaries exist inside the project. Run `make setup` to download the appropriate binaries into the project. If you are using the Dev Container, this step has already been completed for you.
17
+
Run `make setup` to generate an example `.env` file. If you are using the Dev Container, this step has already been completed for you.
18
18
19
19
### Pre-requisites
20
20
@@ -35,7 +35,6 @@ For manual Linux setups:
35
35
*[Visual Studio Code Go Extension](https://marketplace.visualstudio.com/items?itemName=golang.go)
*[Docker](https://www.docker.com/) or [Podman](https://podman.io/) or another container engine
38
-
*[Download the appropriate libbitwarden_c binary](https://github.com/bitwarden/sdk) for your OS and architecture to [bw-sdk/internal/cinterface/lib](bw-sdk/internal/cinterface/lib). This can be done using `make setup`
39
38
* A [Bitwarden Organization with Secrets Manager](https://bitwarden.com/help/sign-up-for-secrets-manager/). You will need the organization ID GUID for your organization.
40
39
* An [access token](https://bitwarden.com/help/access-tokens/) for a Secrets Manager machine account tied to the projects you want to pull.
41
40
* A [Kind Cluster](https://kind.sigs.k8s.io/docs/user/quick-start/) or other local Kubernetes environment with Kubectl pointed to it as the current context for local development.
0 commit comments