-
Notifications
You must be signed in to change notification settings - Fork 5
Pamupdates #23
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
Merged
Merged
Pamupdates #23
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
986b6a8
Update generated README
6624b55
ReEnrollment Stub
bhillkeyfactor 01a23e6
Merge branch 'reenrollment' of https://github.com/Keyfactor/iis-orche…
bhillkeyfactor 29db221
Adding Re-Enrollment
bhillkeyfactor 75928d5
Changed naming to reflect project
bhillkeyfactor 7b92bfe
Code Checkpoint
bhillkeyfactor 117d88a
Re-Enrollment Changes
bhillkeyfactor e5f3d87
Checkpoint
bhillkeyfactor 1fad11a
Checkpoint
bhillkeyfactor c7c76fd
Commit Checkpoint
bhillkeyfactor 7e7fe9d
Commit Checkpoint
bhillkeyfactor c44edd7
Added general code for ReEnrollment
ac2db8c
Update generated README
ff32c80
Added ReEnrollment logic for Fortanix HSM
fa12bf8
Update generated README
0234071
Pam Updates
dcb3e10
Remove unused solution
c858c99
add secret for readme build
dfa428a
Merge pull request #25 from Keyfactor/pamupdate-plus-secret
fiddlermikey 6bc6515
Update generated README
6fcb1c9
Merge main back into pam updates to capture re-enrollment changes
bhillkeyfactor 1c1d53c
fixed unused import
bhillkeyfactor c888516
Update generated README
91fb05c
Update integration-manifest.json
bhillkeyfactor d8aa3c4
Update integration-manifest.json
bhillkeyfactor 5cbc816
Update generated README
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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,30 +1,30 @@ | ||
| <Project Sdk="Microsoft.NET.Sdk"> | ||
|
|
||
| <PropertyGroup> | ||
| <TargetFramework>netcoreapp3.1</TargetFramework> | ||
| <Project Sdk="Microsoft.NET.Sdk"> | ||
| <PropertyGroup> | ||
| <TargetFramework>netcoreapp3.1</TargetFramework> | ||
| <RootNamespace>Keyfactor.Extensions.Orchestrator.IISU</RootNamespace> | ||
| <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> | ||
| </PropertyGroup> | ||
|
|
||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | ||
| <DebugType>none</DebugType> | ||
| <DebugSymbols>false</DebugSymbols> | ||
| </PropertyGroup> | ||
|
|
||
| <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> | ||
| </PropertyGroup> | ||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | ||
| <DebugType>none</DebugType> | ||
| <DebugSymbols>false</DebugSymbols> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <Compile Remove="PowerShellCertRequest.cs" /> | ||
| </ItemGroup> | ||
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="Keyfactor.Logging" Version="1.1.1" /> | ||
| <PackageReference Include="Keyfactor.Orchestrators.IOrchestratorJobExtensions" Version="0.6.0" /> | ||
| <PackageReference Include="System.Management.Automation" Version="7.0.5" /> | ||
| </ItemGroup> | ||
|
|
||
| <ItemGroup> | ||
| <None Update="manifest.json"> | ||
| <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
| </None> | ||
| </ItemGroup> | ||
|
|
||
| </Project> | ||
| <PackageReference Include="Keyfactor.Logging" Version="1.1.1" /> | ||
| <PackageReference Include="Keyfactor.Orchestrators.IOrchestratorJobExtensions" Version="0.7.0" /> | ||
| <PackageReference Include="System.Management.Automation" Version="7.0.5" /> | ||
| </ItemGroup> | ||
| <ItemGroup> | ||
| <None Update="manifest.json"> | ||
| <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
| </None> | ||
| </ItemGroup> | ||
| </Project> |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.