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

V prasadboke new tenable zip and okta arm ttk resolved #11406

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Binary file modified Solutions/Okta Single Sign-On/Package/3.0.10.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Solutions/Okta Single Sign-On/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@
}
],
"customDetails": {
"SessionId": "authenticationContext_externalSessionId_s"
"SessionId": "[variables('_SessionId')]"
}
}
},
Expand Down
Binary file added Solutions/Tenable App/Package/3.0.1.zip
Binary file not shown.
Binary file removed Solutions/Tenable App/Package/3.1.0.zip
Binary file not shown.
48 changes: 24 additions & 24 deletions Solutions/Tenable App/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@
],
"entityMappings": [
{
"entityType": "Host",
"fieldMappings": [
{
"columnName": "HostName",
Expand All @@ -292,7 +291,8 @@
"columnName": "DnsDomain",
"identifier": "DnsDomain"
}
]
],
"entityType": "Host"
}
]
}
Expand Down Expand Up @@ -389,7 +389,6 @@
],
"entityMappings": [
{
"entityType": "Host",
"fieldMappings": [
{
"columnName": "HostName",
Expand All @@ -399,7 +398,8 @@
"columnName": "DnsDomain",
"identifier": "DnsDomain"
}
]
],
"entityType": "Host"
}
]
}
Expand Down Expand Up @@ -499,7 +499,6 @@
],
"entityMappings": [
{
"entityType": "Host",
"fieldMappings": [
{
"columnName": "HostName",
Expand All @@ -509,7 +508,8 @@
"columnName": "DnsDomain",
"identifier": "DnsDomain"
}
]
],
"entityType": "Host"
}
]
}
Expand Down Expand Up @@ -609,7 +609,6 @@
],
"entityMappings": [
{
"entityType": "Host",
"fieldMappings": [
{
"columnName": "HostName",
Expand All @@ -619,7 +618,8 @@
"columnName": "DnsDomain",
"identifier": "DnsDomain"
}
]
],
"entityType": "Host"
}
]
}
Expand Down Expand Up @@ -716,7 +716,6 @@
],
"entityMappings": [
{
"entityType": "Host",
"fieldMappings": [
{
"columnName": "HostName",
Expand All @@ -726,7 +725,8 @@
"columnName": "DnsDomain",
"identifier": "DnsDomain"
}
]
],
"entityType": "Host"
}
]
}
Expand Down Expand Up @@ -823,7 +823,6 @@
],
"entityMappings": [
{
"entityType": "Host",
"fieldMappings": [
{
"columnName": "HostName",
Expand All @@ -833,7 +832,8 @@
"columnName": "DnsDomain",
"identifier": "DnsDomain"
}
]
],
"entityType": "Host"
}
]
}
Expand Down Expand Up @@ -933,7 +933,6 @@
],
"entityMappings": [
{
"entityType": "Host",
"fieldMappings": [
{
"columnName": "HostName",
Expand All @@ -943,7 +942,8 @@
"columnName": "DnsDomain",
"identifier": "DnsDomain"
}
]
],
"entityType": "Host"
}
]
}
Expand Down Expand Up @@ -1040,7 +1040,6 @@
],
"entityMappings": [
{
"entityType": "Host",
"fieldMappings": [
{
"columnName": "HostName",
Expand All @@ -1050,7 +1049,8 @@
"columnName": "DnsDomain",
"identifier": "DnsDomain"
}
]
],
"entityType": "Host"
}
]
}
Expand Down Expand Up @@ -1147,7 +1147,6 @@
],
"entityMappings": [
{
"entityType": "Host",
"fieldMappings": [
{
"columnName": "HostName",
Expand All @@ -1157,7 +1156,8 @@
"columnName": "DnsDomain",
"identifier": "DnsDomain"
}
]
],
"entityType": "Host"
}
]
}
Expand Down Expand Up @@ -1257,7 +1257,6 @@
],
"entityMappings": [
{
"entityType": "Host",
"fieldMappings": [
{
"columnName": "HostName",
Expand All @@ -1267,7 +1266,8 @@
"columnName": "DnsDomain",
"identifier": "DnsDomain"
}
]
],
"entityType": "Host"
}
]
}
Expand Down Expand Up @@ -1364,7 +1364,6 @@
],
"entityMappings": [
{
"entityType": "Host",
"fieldMappings": [
{
"columnName": "HostName",
Expand All @@ -1374,7 +1373,8 @@
"columnName": "DnsDomain",
"identifier": "DnsDomain"
}
]
],
"entityType": "Host"
}
]
}
Expand Down Expand Up @@ -1471,7 +1471,6 @@
],
"entityMappings": [
{
"entityType": "Host",
"fieldMappings": [
{
"columnName": "HostName",
Expand All @@ -1481,7 +1480,8 @@
"columnName": "DnsDomain",
"identifier": "DnsDomain"
}
]
],
"entityType": "Host"
}
]
}
Expand Down
Loading