Skip to content

Commit

Permalink
Merge 1.0.9 to main (#14)
Browse files Browse the repository at this point in the history
* Fixes for Gateway Version Upgrade

* Change to Full Sync
  • Loading branch information
fiddlermikey committed Jun 12, 2023
1 parent ab6f5f2 commit f73effb
Show file tree
Hide file tree
Showing 78 changed files with 702 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/keyfactor-starter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }}
release_url: ${{ needs.call-create-github-release-workflow.outputs.release_url }}
release_dir: digicertsym-cagateway\DigiCertSymCaProxy\bin\Release
release_dir: DigiCertSymCaProxy\bin\Release
secrets:
token: ${{ secrets.PRIVATE_PACKAGE_ACCESS }}

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
################################################################################

*.suo
*.vs
Binary file modified .vs/digicertsym-cagateway/v17/.wsuo
Binary file not shown.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1.0.9
* Initial Public Release Version
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/DigiCertSymClient.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using System;
using System.IO;
using System.Net;
Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/KeyfactorClient.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using System;
using System.Collections.Generic;
using System.Net.Http;
Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/Account.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/Attributes.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using System.Collections.Generic;
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;
Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/Authentication.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/CertificateDetails.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using System;
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;
Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/CertificateSearchRequest.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/CertificateSearchResponse.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using System.Collections.Generic;
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;
Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/CustomAttributes.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/DigiCertRevokeReasons.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
namespace Keyfactor.AnyGateway.DigiCertSym.Client.Models
{
public static class DigiCertRevokeReasons
Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/DnsName.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/DomainComponent.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/EnrollmentRequest.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/EnrollmentResponse.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/EnrollmentSuccessResponse.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/ErrorList.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using System.Collections.Generic;
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/ErrorResponse.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/GetCertificateResponse.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/IpAddress.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/KeyfactorCertificate.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using System;
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;
Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/OrganizationUnit.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/OtherName.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/Profile.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/RegisteredId.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/RevokeRequest.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/RevokeResponse.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
Loading

0 comments on commit f73effb

Please sign in to comment.