We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4be62c commit a401d43Copy full SHA for a401d43
lib/oci_utils/impl/oci_test_ip_auth_main.py
@@ -24,7 +24,6 @@ def get_instance_id():
24
"""
25
url = 'http://169.254.169.254/opc/v2/instance/id'
26
try:
27
- x=1/0
28
req = urllib.request.Request(url=url)
29
req.add_header('Authorization', 'Bearer Oracle')
30
response = urllib.request.urlopen(req)
0 commit comments