-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove API Token method for Security
- Loading branch information
Fraser Greenroyd
committed
Jun 21, 2023
1 parent
60830d6
commit d1bef9e
Showing
3 changed files
with
37 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"Namespace": { | ||
"ToNew": { | ||
}, | ||
"ToOld": { | ||
} | ||
}, | ||
"Type": { | ||
"ToNew": { | ||
|
||
}, | ||
"ToOld": { | ||
|
||
} | ||
}, | ||
"Method": { | ||
"ToNew": { | ||
|
||
}, | ||
"ToOld": { | ||
} | ||
}, | ||
"Property": { | ||
"ToNew": { | ||
|
||
}, | ||
"ToOld": { | ||
|
||
} | ||
}, | ||
"MessageForDeleted": { | ||
"BH.Engine.Adapters.CarbonQueryDatabase.Compute.CQDBearerToken(System.String, System.String)" : "This method has been removed following a refactor to utilise API keys rather than usernames and passwords for security purposes. Please obtain an API key from the provider and plug that into the Adapter to use this toolkit.",}, | ||
"MessageForNoUpgrade": { | ||
|
||
} | ||
} |