Skip to content

Commit

Permalink
WMS ID: #11353 (#323)
Browse files Browse the repository at this point in the history
Delegation Token urllib3 Workaround
  • Loading branch information
flynnkc authored Jan 18, 2024
1 parent 2fa1563 commit 68b118f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion oci-cis-landing-zone/compliance/compliance.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ The compliance script can be run anywhere with the correct permissions and optio
</copy>
```
3. Run the script by entering the following command, then wait a moment while the script collects data.
3. Enter the following command to download a supported version of libraries the script depends on.
```text
<copy>
pip install --upgrade "urllib3<=2" --user
</copy>
```
4. Run the script by entering the following command, then wait a moment while the script collects data.
```text
<copy>
Expand Down

0 comments on commit 68b118f

Please sign in to comment.