Skip to content

Commit

Permalink
Issue ref: OAuth 2.0 Credential Format for Delta Sharing Client delta…
Browse files Browse the repository at this point in the history
  • Loading branch information
dialberg committed Apr 18, 2023
1 parent 19cbb45 commit d2538ff
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 20 deletions.
6 changes: 0 additions & 6 deletions examples/open-datasets2.share

This file was deleted.

7 changes: 7 additions & 0 deletions examples/open-datasets_v2_basic.share
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"shareCredentialsVersion": 2,
"type": "basic",
"endpoint" : "https://sharing.delta.io/delta-sharing/",
"username": "<redacted>",
"password": "<redacted>"
}
7 changes: 7 additions & 0 deletions examples/open-datasets_v2_bearer.share
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"shareCredentialsVersion": 2,
"type": "bearer_token",
"endpoint" : "https://sharing.delta.io/delta-sharing/",
"bearerToken": "faaie590d541265bcab1f2de9813274bf233",
"expirationTime": "2023-04-18T10:54:53.591Z"
}
File renamed without changes.
7 changes: 0 additions & 7 deletions examples/oracle-datasets_v2_basic.share

This file was deleted.

7 changes: 0 additions & 7 deletions examples/oracle-datasets_v2_bearer.share

This file was deleted.

0 comments on commit d2538ff

Please sign in to comment.