-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add apikey authenticator #46
Merged
Merged
Changes from 15 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
d92e59b
feat(cpd-authentication): add apikey for authentication step and upda…
nan2iz 8a851ae
test(cpd-tests): add testsing for CloudPakAuthentication
nan2iz d49dcfd
fix(detect-secrets): update detect-secrets for false positive
nan2iz 60fb13f
fix(node-version): update appveyor.yml to use node version 15.6.0
nan2iz 4c1c026
fix(renaming): rename function and vararaiables
nan2iz f4399a4
chore(detect-secrets): ran audit for detect-secrets
nan2iz d3291fe
fix(cp4d): fixed setter method with the correct naming
nan2iz 5e61544
test(unit-test): remove unused tests
nan2iz 055eef4
test(unit-testing): fix unit testing and remove unused testing function
nan2iz 55e88e9
Merge branch 'main' of github.com:IBM/dotnet-sdk-core into add-apikey…
nan2iz b955890
fix(cpd-constuctor): revert the code for ConstructionDictionary
nan2iz 65502b0
fix(cpd-authenticator): update apikey for CloudPakForDataAuthenticato…
nan2iz 11f3c02
fix(semantic-release): update semantic-release version
nan2iz 0ca8e45
fix(cpd-authenticator): renaming builder pattern functions and update…
nan2iz 14691dd
fix(cpd-authenticate): remove unused condition
nan2iz 18b32e4
fix(cpd-authentication): fix init function for initalize with password
nan2iz cb67218
fix(cpd-authenticator): add default value for password and apikey as …
nan2iz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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 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 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 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need default values for password and apikey here? I dont think its guaranteed the values will come back from the config