Skip to content

Commit adaee25

Browse files
authored
Merge pull request #15 from ddevadat/dotnet-samples
corrected readme for dotnet function for sql client
2 parents 2594c01 + eee0140 commit adaee25

File tree

4 files changed

+1
-15
lines changed

4 files changed

+1
-15
lines changed

samples/oci-adb-client-runsql-dotnet/README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,24 +65,10 @@ For more information, go to https://docs.cloud.oracle.com/iaas/Content/Database/
6565

6666

6767
## Database Wallet and IAM Policies
68-
The Database wallet is not part of the Docker image because it is not secure. The function downloads the wallet while it is executed.
69-
The wallet can be retrieved from Object Storage or directly from Autonomous Database.
68+
The Database wallet is not part of the Docker image because it is not secure. The function downloads the wallet directly from Autonomous Database while it is executed.
7069

7170
![user input icon](./images/userinput.png)
7271

73-
If you choose to retrieve the wallet from Object Storage, first download the wallet from Autonomous Database. Navigate to *Autonomous Transaction Processing* or *Autonomous Data Warehouse*, click on your database abd click on *DB Connection*. On the Pop-up window, click *Download Wallet*.
74-
75-
![Download Wallet](./images/Download_wallet.png)
76-
77-
Create a bucket in Object Storage and upload the wallet there. Note the name of the bucket and the wallet object name.
78-
Create an IAM policy that allows the dynamic group to read objects in the bucket. We will grant `read` access to `objects` in your bucket in the compartment.
79-
80-
![user input icon](./images/userinput.png)
81-
82-
Your policy should look something like this:
83-
```
84-
Allow dynamic-group <dynamic-group-name> to read objects in compartment <compartment-name> where target.bucket.name='<bucket-name>'
85-
```
8672

8773
If you choose to retrieve the wallet from Autonomous Database directly during the execution of the function, note the OCID of the Autonomous Database and create an IAM policy that allows the dynamic group to use the autonomous Database with the specific permission 'AUTONOMOUS_DATABASE_CONTENT_READ'.
8874
```
Binary file not shown.
Binary file not shown.
Loading

0 commit comments

Comments
 (0)