Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Dec 26, 2024
1 parent f65687e commit bc05bcb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/development/run-cosi-driver-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ grpcurl -plaintext -proto cosi.proto -import-path ./proto -unix ./cosi.sock cosi

```sh
grpcurl -plaintext -proto cosi.proto -import-path ./proto -unix -d '{
"name": "example-bucket",
"name": "example-bucket444",
"parameters": {
"objectStorageSecretName": "s3-secret-for-cosi",
"objectStorageSecretNamespace": "default"
Expand All @@ -136,8 +136,8 @@ grpcurl -plaintext -proto cosi.proto -import-path ./proto -unix -d '{

```sh
grpcurl -plaintext -proto cosi.proto -import-path ./proto -unix -d '{
"name": "user-name-example",
"bucketId": "example-bucket",
"name": "user-name-example444",
"bucketId": "example-bucket444",
"parameters": {
"objectStorageSecretName": "s3-secret-for-cosi",
"objectStorageSecretNamespace": "default"
Expand All @@ -149,16 +149,16 @@ grpcurl -plaintext -proto cosi.proto -import-path ./proto -unix -d '{

```sh
grpcurl -plaintext -proto cosi.proto -import-path ./proto -unix -d '{
"bucketid": "example-bucket"
"bucket_id": "example-bucket444"
}' ./cosi.sock cosi.v1alpha1.Provisioner.DriverDeleteBucket
```

- DriverRevokeBucketAccess gRPC API

```sh
grpcurl -plaintext -proto cosi.proto -import-path ./proto -unix -d '{
"accountId": "user-name-example",
"bucketId": "example-bucket",
"accountId": "user-name-example444",
"bucketId": "example-bucket444"
}' ./cosi.sock cosi.v1alpha1.Provisioner.DriverRevokeBucketAccess
```

Expand Down

0 comments on commit bc05bcb

Please sign in to comment.