Skip to content
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

Ghufz http signing access #18494

Closed
wants to merge 34 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
5c28f79
Merge pull request #26 from OpenAPITools/master
code-lucidal58 Nov 2, 2020
f4028ff
Merge pull request #27 from OpenAPITools/master
code-lucidal58 Dec 17, 2020
5d1956b
Merge branch 'OpenAPITools:master' into master
code-lucidal58 May 11, 2021
2efa03e
Merge branch 'master' of ssh://github.com/OpenAPITools/openapi-genera…
vvb Aug 13, 2021
232cc89
Merge pull request #28 from CiscoM31/feature/refresh_master
vvb Aug 13, 2021
d3e3725
Merge branch 'master' of ssh://github.com/OpenAPITools/openapi-genera…
vvb Aug 18, 2021
91716ea
Merge pull request #42 from CiscoM31/refresh/master
vvb Aug 18, 2021
76f570e
Merge branch 'master' of ssh://github.com/OpenAPITools/openapi-genera…
vvb Aug 23, 2021
3ba948b
Merge pull request #43 from CiscoM31/refresh/master
vvb Aug 23, 2021
56f32d5
Merge branch 'master' of ssh://github.com/OpenAPITools/openapi-genera…
vvb Aug 25, 2021
058f491
Merge pull request #44 from CiscoM31/refresh/master
vvb Aug 25, 2021
b19bb30
Merge branch 'OpenAPITools:master' into master
vvb Sep 3, 2021
d58e4a2
Merge branch 'OpenAPITools:master' into master
sebastien-rosset Oct 11, 2021
7cd305c
Merge branch 'OpenAPITools:master' into master
sebastien-rosset Oct 12, 2021
6debc0b
Merge branch 'master' of ssh://github.com/OpenAPITools/openapi-genera…
vvb Mar 31, 2022
dfb40dc
Merge pull request #62 from CiscoM31/refresh/upstream
vvb Mar 31, 2022
a0e05b8
Merge pull request #78 from CiscoM31/feature/refresh_13_Jul_2022
vvb Jul 13, 2022
9264d06
Merge pull request #2 from CiscoM31/master
Ghufz Jun 8, 2023
d4de734
Merge branch 'OpenAPITools:master' into master
Ghufz Jun 12, 2023
3a771ad
Merge branch 'master' of github.com:Ghufz/openapi-generator
Ghufz Jun 12, 2023
e8422b3
Merge branch 'master' of github.com:Ghufz/openapi-generator
Ghufz Jun 22, 2023
796cff3
Merge branch 'master' of github.com:Ghufz/openapi-generator
Ghufz Jul 20, 2023
99b406e
Merge branch 'master' of github.com:Ghufz/openapi-generator
Ghufz Aug 2, 2023
e4541e3
Merge branch 'master' of github.com:Ghufz/openapi-generator
Ghufz Dec 19, 2023
53700ad
Merge branch 'master' of github.com:Ghufz/openapi-generator
Ghufz Dec 22, 2023
09ddf2a
Fixed the HttpSigning issue for ECDSA key supplied as string.
Ghufz Dec 22, 2023
5103355
resoved merge conflict
Ghufz Apr 18, 2024
1983e93
made the HttpSigning method public to get the signed header.
Ghufz Apr 24, 2024
b04260b
Merge branch 'httpSigning_access' of https://github.com/Ghufz/openapi…
wing328 Apr 25, 2024
c206e0a
update samples
wing328 Apr 25, 2024
14c3fad
removed python related changes
Ghufz Apr 25, 2024
63949a8
Merge branch 'httpSigning_access' of https://github.com/Ghufz/openapi…
wing328 Apr 25, 2024
6cbdc35
update samles
wing328 Apr 25, 2024
3b2a409
update
wing328 Apr 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ namespace {{packageName}}.Client
/// <param name="path">Path</param>
/// <param name="requestOptions">Request options</param>
/// <returns>Http signed headers</returns>
internal Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
public Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
{
const string HEADER_REQUEST_TARGET = "(request-target)";
//The time when the HTTP signature expires. The API server should reject HTTP requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private enum PrivateKeyType
/// <param name="path">Path</param>
/// <param name="requestOptions">Request options</param>
/// <returns>Http signed headers</returns>
internal Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
public Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
{
const string HEADER_REQUEST_TARGET = "(request-target)";
//The time when the HTTP signature expires. The API server should reject HTTP requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private enum PrivateKeyType
/// <param name="path">Path</param>
/// <param name="requestOptions">Request options</param>
/// <returns>Http signed headers</returns>
internal Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
public Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
{
const string HEADER_REQUEST_TARGET = "(request-target)";
//The time when the HTTP signature expires. The API server should reject HTTP requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private enum PrivateKeyType
/// <param name="path">Path</param>
/// <param name="requestOptions">Request options</param>
/// <returns>Http signed headers</returns>
internal Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
public Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
{
const string HEADER_REQUEST_TARGET = "(request-target)";
//The time when the HTTP signature expires. The API server should reject HTTP requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private enum PrivateKeyType
/// <param name="path">Path</param>
/// <param name="requestOptions">Request options</param>
/// <returns>Http signed headers</returns>
internal Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
public Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
{
const string HEADER_REQUEST_TARGET = "(request-target)";
//The time when the HTTP signature expires. The API server should reject HTTP requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private enum PrivateKeyType
/// <param name="path">Path</param>
/// <param name="requestOptions">Request options</param>
/// <returns>Http signed headers</returns>
internal Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
public Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
{
const string HEADER_REQUEST_TARGET = "(request-target)";
//The time when the HTTP signature expires. The API server should reject HTTP requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private enum PrivateKeyType
/// <param name="path">Path</param>
/// <param name="requestOptions">Request options</param>
/// <returns>Http signed headers</returns>
internal Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
public Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
{
const string HEADER_REQUEST_TARGET = "(request-target)";
//The time when the HTTP signature expires. The API server should reject HTTP requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private enum PrivateKeyType
/// <param name="path">Path</param>
/// <param name="requestOptions">Request options</param>
/// <returns>Http signed headers</returns>
internal Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
public Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
{
const string HEADER_REQUEST_TARGET = "(request-target)";
//The time when the HTTP signature expires. The API server should reject HTTP requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private enum PrivateKeyType
/// <param name="path">Path</param>
/// <param name="requestOptions">Request options</param>
/// <returns>Http signed headers</returns>
internal Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
public Dictionary<string, string> GetHttpSignedHeader(string basePath,string method, string path, RequestOptions requestOptions)
{
const string HEADER_REQUEST_TARGET = "(request-target)";
//The time when the HTTP signature expires. The API server should reject HTTP requests
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Thu Apr 18 10:48:51 HKT 2024
sdk.dir=C\:\\Users\\wing3\\AppData\\Local\\Android\\Sdk
Loading