Skip to content

Commit

Permalink
Adjust connection settings modal to use Astra token-based auth, plus …
Browse files Browse the repository at this point in the history
…Dropped filtration of SecIndxs during FE of JSON schema
  • Loading branch information
pdesmarets committed Jun 11, 2021
1 parent db3d7b1 commit 80a6b3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Cassandra",
"version": "0.1.78",
"versionDate": "2021-06-01",
"version": "0.1.79",
"versionDate": "2021-06-11",
"author": "hackolade",
"engines": {
"hackolade": "4.3.16",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@
"label": "Credentials",
"value": "credentials"
}, {
"label": "Token based",
"label": "Token-based",
"value": "tokenBased"
}]
},
{
"inputLabel": "User Name",
"inputLabel": "Username",
"inputKeyword": "user",
"inputType": "text",
"inputPlaceholder": "User Name",
"inputPlaceholder": "Username",
"dependency": {
"key": "authType",
"value": "credentials"
Expand All @@ -108,6 +108,7 @@
"inputLabel": "Password",
"inputKeyword": "password",
"inputType": "password",
"inputPlaceholder": "pwd",
"isHiddenKey": true,
"dependency": {
"key": "authType",
Expand All @@ -120,6 +121,7 @@
"inputKeyword": "astraToken",
"inputType": "password",
"isHiddenKey": true,
"inputPlaceholder": "AstraCS:xyz...",
"dependency": {
"key": "authType",
"value": "tokenBased"
Expand Down

0 comments on commit 80a6b3d

Please sign in to comment.