mirror of https://github.com/dapr/docs.git
Modified based on the review comments - 1
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
This commit is contained in:
parent
f0b6ac5864
commit
fb40e614a0
|
@ -194,6 +194,10 @@ with DaprClient() as client:
|
||||||
secret = client.get_bulk_secret(store_name=DAPR_STORE_NAME)
|
secret = client.get_bulk_secret(store_name=DAPR_STORE_NAME)
|
||||||
logging.info('Result for bulk secret: ')
|
logging.info('Result for bulk secret: ')
|
||||||
logging.info(sorted(secret.secrets.items()))
|
logging.info(sorted(secret.secrets.items()))
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
|
||||||
|
>>>>>>> 03751403 (Modified based on the review comments - 1)
|
||||||
```
|
```
|
||||||
{{% /codetab %}}
|
{{% /codetab %}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue