From bc05bcbd1f58eb39c3262ac8e55f1347b8dd9b0a Mon Sep 17 00:00:00 2001 From: Anurag Mittal Date: Thu, 26 Dec 2024 18:46:13 +0100 Subject: [PATCH] updated readme --- docs/development/run-cosi-driver-locally.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/development/run-cosi-driver-locally.md b/docs/development/run-cosi-driver-locally.md index 38d6c06..52ee8c7 100644 --- a/docs/development/run-cosi-driver-locally.md +++ b/docs/development/run-cosi-driver-locally.md @@ -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" @@ -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" @@ -149,7 +149,7 @@ 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 ``` @@ -157,8 +157,8 @@ grpcurl -plaintext -proto cosi.proto -import-path ./proto -unix -d '{ ```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 ```