Asset creation
#1533
Replies: 1 comment
-
you can add a Note: please wrap code into triple backtick (```) block, so it will become more readable |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when creating an asset, Is there a way how to specify access token of baseUrl direcly inside dataAddress here?
"dataAddress": {
"@type": "DataAddress",
"type": "HttpData",
"baseUrl": "https://mycorp.org/api",
"oauth2:tokenUrl": "{{ _.url_keycl_backend }}",
"oauth2:clientId": "{{ _.client_id_backend }}",
"oauth2:clientSecretKey": "{{ _.sec_name_vault }}",
"proxyQueryParams": "true",
"proxyPath": "false",
"proxyMethod": "true"
}
Beta Was this translation helpful? Give feedback.
All reactions