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 837f155 commit be93da1Copy full SHA for be93da1
docs/source/user_guide/cli/authentication.rst
@@ -148,11 +148,11 @@ More signers can be created using the ``create_signer()`` method. With the ``aut
148
-----END RSA PRIVATE KEY-----
149
"""
150
signer_kwargs = dict(
151
- "user": "ocid1.user.oc1..xxx",
152
- "fingerprint": "35:67:25:90:89:87:45:78:bf:4h:g5:13:16:32:4d:f4",
153
- "tenancy": "ocid1.tenancy.oc1..xxx",
154
- "region": "us-ashburn-1",
155
- "key_content": private_key_content,
+ user="ocid1.user.oc1..xxx",
+ fingerprint="35:67:25:90:89:87:45:78:bf:4h:g5:13:16:32:4d:f4",
+ tenancy="ocid1.tenancy.oc1..xxx",
+ region="us-ashburn-1",
+ key_content=private_key_content,
156
)
157
auth = ads.auth.create_signer(signer_kwargs=signer_kwargs)
158
0 commit comments