Skip to content

Commit

Permalink
Update bug bounty process (#193)
Browse files Browse the repository at this point in the history
edif2008 authored Dec 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ced45c3 commit 949a840
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -20,29 +20,35 @@ The 1Password Connect Kubernetes Operator provides the ability to integrate Kube
1. Add the [1Password Helm Chart](https://github.com/1Password/connect-helm-charts) to your repository.

2. Run the following command to install Connect and the 1Password Kubernetes Operator in your infrastructure:

```
helm install connect 1password/connect --set-file connect.credentials=1password-credentials-demo.json --set operator.create=true --set operator.token.value = <your connect token>
```

3. Create a Kubernetes Secret from a 1Password item:

```apiVersion: onepassword.com/v1
kind: OnePasswordItem
metadata:
name: <item_name> #this name will also be used for naming the generated kubernetes secret
spec:
itemPath: "vaults/<vault_id_or_title>/items/<item_id_or_title>"
```

Deploy the OnePasswordItem to Kubernetes:

```
kubectl apply -f <your_item>.yaml
```

Check that the Kubernetes Secret has been generated:

```
kubectl get secret <secret_name>
```

### 📄 Usage

Refer to the [Usage Guide](USAGEGUIDE.md) for documentation on how to deploy and use the 1Password Operator.

## 💙 Community & Support
@@ -55,6 +61,4 @@ Refer to the [Usage Guide](USAGEGUIDE.md) for documentation on how to deploy and

1Password requests you practice responsible disclosure if you discover a vulnerability.

Please file requests via [**BugCrowd**](https://bugcrowd.com/agilebits).

For information about security practices, please visit the [1Password Bug Bounty Program](https://bugcrowd.com/agilebits).
Please file requests by sending an email to [email protected].

0 comments on commit 949a840

Please sign in to comment.