Skip to content

Commit 579bd66

Browse files
namespace updates
1 parent af40ace commit 579bd66

File tree

9 files changed

+55
-55
lines changed

9 files changed

+55
-55
lines changed
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.11.35222.181
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "a10vthunder-orchestrator", "a10vthunder-orchestrator\a10vthunder-orchestrator.csproj", "{0E9426F8-B45E-4266-BB6C-7942D1B6B650}"
7-
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "A10vThunderTestConsole", "A10vThunderTestConsole\A10vThunderTestConsole.csproj", "{EB627575-4C56-45D3-AC41-C9459D30D37B}"
9-
EndProject
10-
Global
11-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12-
Debug|Any CPU = Debug|Any CPU
13-
Release|Any CPU = Release|Any CPU
14-
EndGlobalSection
15-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{0E9426F8-B45E-4266-BB6C-7942D1B6B650}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17-
{0E9426F8-B45E-4266-BB6C-7942D1B6B650}.Debug|Any CPU.Build.0 = Debug|Any CPU
18-
{0E9426F8-B45E-4266-BB6C-7942D1B6B650}.Release|Any CPU.ActiveCfg = Release|Any CPU
19-
{0E9426F8-B45E-4266-BB6C-7942D1B6B650}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{EB627575-4C56-45D3-AC41-C9459D30D37B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{EB627575-4C56-45D3-AC41-C9459D30D37B}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{EB627575-4C56-45D3-AC41-C9459D30D37B}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{EB627575-4C56-45D3-AC41-C9459D30D37B}.Release|Any CPU.Build.0 = Release|Any CPU
24-
EndGlobalSection
25-
GlobalSection(SolutionProperties) = preSolution
26-
HideSolutionNode = FALSE
27-
EndGlobalSection
28-
GlobalSection(ExtensibilityGlobals) = postSolution
29-
SolutionGuid = {C9CA0496-DCB2-49B7-9D70-A6B1DACB282F}
30-
EndGlobalSection
31-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.11.35222.181
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "A10vThunder", "a10vthunder-orchestrator\A10vThunder.csproj", "{0E9426F8-B45E-4266-BB6C-7942D1B6B650}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "A10vThunderTestConsole", "A10vThunderTestConsole\A10vThunderTestConsole.csproj", "{EB627575-4C56-45D3-AC41-C9459D30D37B}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{0E9426F8-B45E-4266-BB6C-7942D1B6B650}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{0E9426F8-B45E-4266-BB6C-7942D1B6B650}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{0E9426F8-B45E-4266-BB6C-7942D1B6B650}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{0E9426F8-B45E-4266-BB6C-7942D1B6B650}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{EB627575-4C56-45D3-AC41-C9459D30D37B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{EB627575-4C56-45D3-AC41-C9459D30D37B}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{EB627575-4C56-45D3-AC41-C9459D30D37B}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{EB627575-4C56-45D3-AC41-C9459D30D37B}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {C9CA0496-DCB2-49B7-9D70-A6B1DACB282F}
30+
EndGlobalSection
31+
EndGlobal

A10vThunderTestConsole/A10vThunderTestConsole.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20-
<ProjectReference Include="..\a10vthunder-orchestrator\a10vthunder-orchestrator.csproj" />
20+
<ProjectReference Include="..\a10vthunder-orchestrator\A10vThunder.csproj" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

A10vThunderTestConsole/Program.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ private static void RunInventory(Dictionary<string, string> args)
109109

110110
if (StoreType.ToLower() == "ssl")
111111
{
112-
var inv = new Keyfactor.Extensions.Orchestrator.ThunderSsl.Jobs.Inventory(secretResolver);
112+
var inv = new Keyfactor.Extensions.Orchestrator.A10vThunder.ThunderSsl.Inventory(secretResolver);
113113
result = inv.ProcessJob(config, GetItems);
114114
}
115115
else
116116
{
117-
var inv = new Keyfactor.Extensions.Orchestrator.ThunderMgmt.Jobs.Inventory(secretResolver);
117+
var inv = new Keyfactor.Extensions.Orchestrator.A10vThunder.ThunderMgmt.Inventory(secretResolver);
118118
result = inv.ProcessJob(config, GetItems);
119119
}
120120

@@ -140,12 +140,12 @@ private static void RunManagementAdd(Dictionary<string, string> args)
140140

141141
if (StoreType.ToLower() == "ssl")
142142
{
143-
var mgmt = new Keyfactor.Extensions.Orchestrator.ThunderSsl.Jobs.Management(secretResolver);
143+
var mgmt = new Keyfactor.Extensions.Orchestrator.A10vThunder.ThunderSsl.Management(secretResolver);
144144
result = mgmt.ProcessJob(config);
145145
}
146146
else
147147
{
148-
var mgmt = new Keyfactor.Extensions.Orchestrator.ThunderMgmt.Jobs.Management(secretResolver);
148+
var mgmt = new Keyfactor.Extensions.Orchestrator.A10vThunder.ThunderMgmt.Management(secretResolver);
149149
result = mgmt.ProcessJob(config);
150150
}
151151
Console.WriteLine(JsonConvert.SerializeObject(result));
@@ -164,12 +164,12 @@ private static void RunManagementRemove(Dictionary<string, string> args)
164164

165165
if (StoreType.ToLower() == "ssl")
166166
{
167-
var mgmt = new Keyfactor.Extensions.Orchestrator.ThunderSsl.Jobs.Management(secretResolver);
167+
var mgmt = new Keyfactor.Extensions.Orchestrator.A10vThunder.ThunderSsl.Management(secretResolver);
168168
result = mgmt.ProcessJob(config);
169169
}
170170
else
171171
{
172-
var mgmt = new Keyfactor.Extensions.Orchestrator.ThunderMgmt.Jobs.Management(secretResolver);
172+
var mgmt = new Keyfactor.Extensions.Orchestrator.A10vThunder.ThunderMgmt.Management(secretResolver);
173173
result = mgmt.ProcessJob(config);
174174
}
175175
Thread.Sleep(5000);

a10vthunder-orchestrator/ImplementedStoreTypes/Mgmt/Inventory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using Newtonsoft.Json;
1111
using Renci.SshNet;
1212

13-
namespace Keyfactor.Extensions.Orchestrator.ThunderMgmt.Jobs
13+
namespace Keyfactor.Extensions.Orchestrator.A10vThunder.ThunderMgmt
1414
{
1515
public class Inventory : IInventoryJobExtension
1616
{
@@ -23,7 +23,7 @@ public Inventory(IPAMSecretResolver resolver)
2323
_resolver = resolver;
2424
}
2525

26-
public string ExtensionName => "ThunderMgmt";
26+
public string ExtensionName => String.Empty;
2727

2828
public JobResult ProcessJob(InventoryJobConfiguration config, SubmitInventoryUpdate submitInventory)
2929
{

a10vthunder-orchestrator/ImplementedStoreTypes/Mgmt/Management.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
using System.Net.Sockets;
1616
using a10vthunder.Api;
1717

18-
namespace Keyfactor.Extensions.Orchestrator.ThunderMgmt.Jobs
18+
namespace Keyfactor.Extensions.Orchestrator.A10vThunder.ThunderMgmt
1919
{
2020
public class Management : IManagementJobExtension
2121
{
@@ -28,7 +28,7 @@ public Management(IPAMSecretResolver resolver)
2828
_resolver = resolver;
2929
}
3030

31-
public string ExtensionName => "ThunderMgmt";
31+
public string ExtensionName => String.Empty;
3232
private string ServerPassword { get; set; }
3333
private string ServerUserName { get; set; }
3434

a10vthunder-orchestrator/ImplementedStoreTypes/Ssl/Inventory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using Newtonsoft.Json;
1111

1212

13-
namespace Keyfactor.Extensions.Orchestrator.ThunderSsl.Jobs
13+
namespace Keyfactor.Extensions.Orchestrator.A10vThunder.ThunderSsl
1414
{
1515
public class Inventory : IInventoryJobExtension
1616
{
@@ -31,7 +31,7 @@ public Inventory(IPAMSecretResolver resolver)
3131
protected internal virtual bool ReturnValue { get; set; }
3232
private string ServerPassword { get; set; }
3333
private string ServerUserName { get; set; }
34-
public string ExtensionName => "ThunderSsl";
34+
public string ExtensionName => String.Empty;
3535
public string ResolvePamField(string name, string value)
3636
{
3737
_logger.LogTrace($"Attempting to resolved PAM eligible field {name}");

a10vthunder-orchestrator/ImplementedStoreTypes/Ssl/Management.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
using Org.BouncyCastle.OpenSsl;
1616
using Org.BouncyCastle.Pkcs;
1717

18-
namespace Keyfactor.Extensions.Orchestrator.ThunderSsl.Jobs
18+
namespace Keyfactor.Extensions.Orchestrator.A10vThunder.ThunderSsl
1919
{
2020
public class Management : IManagementJobExtension
2121
{
@@ -42,7 +42,7 @@ public Management(IPAMSecretResolver resolver)
4242
protected internal virtual string Alias { get; set; }
4343
private string ServerPassword { get; set; }
4444
private string ServerUserName { get; set; }
45-
public string ExtensionName => "ThunderSsl";
45+
public string ExtensionName => String.Empty;
4646

4747
public string ResolvePamField(string name, string value)
4848
{
@@ -52,7 +52,7 @@ public string ResolvePamField(string name, string value)
5252

5353
public JobResult ProcessJob(ManagementJobConfiguration config)
5454
{
55-
_logger = LogHandler.GetClassLogger<Inventory>();
55+
_logger = LogHandler.GetClassLogger<Management>();
5656
_logger.MethodEntry();
5757
ServerPassword = ResolvePamField("ServerPassword", config.ServerPassword);
5858
ServerUserName = ResolvePamField("ServerUserName", config.ServerUsername);

a10vthunder-orchestrator/manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"extensions": {
33
"Keyfactor.Orchestrators.Extensions.IOrchestratorJobExtension": {
44
"CertStores.ThunderMgmt.Inventory": {
5-
"assemblypath": "a10vthunder-orchestrator.dll",
6-
"TypeFullName": "Keyfactor.Extensions.Orchestrator.ThunderMgmt.Jobs"
5+
"assemblypath": "A10vThunder.dll",
6+
"TypeFullName": "Keyfactor.Extensions.Orchestrator.A10vThunder.ThunderMgmt"
77
},
88
"CertStores.ThunderMgmt.Management": {
9-
"assemblypath": "a10vthunder-orchestrator.dll",
10-
"TypeFullName": "Keyfactor.Extensions.Orchestrator.ThunderMgmt.Jobs"
9+
"assemblypath": "A10vThunder.dll",
10+
"TypeFullName": "Keyfactor.Extensions.Orchestrator.A10vThunder.ThunderMgmt"
1111
},
1212
"CertStores.ThunderSsl.Inventory": {
13-
"assemblypath": "a10vthunder-orchestrator.dll",
14-
"TypeFullName": "Keyfactor.Extensions.Orchestrator.ThunderSsl.Jobs"
13+
"assemblypath": "A10vThunder.dll",
14+
"TypeFullName": "Keyfactor.Extensions.Orchestrator.A10vThunder.ThunderSsl"
1515
},
1616
"CertStores.ThunderSsl.Management": {
17-
"assemblypath": "a10vthunder-orchestrator.dll",
18-
"TypeFullName": "Keyfactor.Extensions.Orchestrator.ThunderSsl.Jobs"
17+
"assemblypath": "A10vThunder.dll",
18+
"TypeFullName": "Keyfactor.Extensions.Orchestrator.A10vThunder.ThunderSsl"
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)