-
Notifications
You must be signed in to change notification settings - Fork 0
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
Proxy support #14
Merged
Merged
Proxy support #14
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
6797276
remove library folder from bin
mahirchavda 9082dc2
lib folder
mahirchavda e92e62b
appserver
mahirchavda e53c1a1
actual changes
mahirchavda 05947eb
appserver
mahirchavda d77c94d
using latest ucc version
mahirchavda dca1919
release notes
mahirchavda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains 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 +1,4 @@ | ||
.DS_Store | ||
.DS_Store | ||
__pycache__/ | ||
*.pyc | ||
output/ |
This file contains 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 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,4 +1,6 @@ | ||
[graph_security_score_input://<name>] | ||
interval = | ||
index = | ||
azure_ad_tenant_id = <string> Azure Tenant ID | ||
application_id = <string> Application ID | ||
client_secret = <string> Client Secret |
11 changes: 10 additions & 1 deletion
11
...icrosoft-graph-security-score/README/ta_microsoft_graph_security_score_settings.conf.spec
This file contains 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,2 +1,11 @@ | ||
[proxy] | ||
proxy_enabled = | ||
proxy_type = | ||
proxy_url = | ||
proxy_port = | ||
proxy_username = | ||
proxy_password = | ||
proxy_rdns = | ||
|
||
[logging] | ||
loglevel = <string> DEBUG|INFO|WARNING|ERROR|CRITICAL | ||
loglevel = |
This file contains 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
1.2.0 | ||
1.2.0 |
This file contains 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,62 +1,59 @@ | ||
{ | ||
"schemaVersion": "2.0.0", | ||
"info": { | ||
"title": "Microsoft Graph Security Score Add-on", | ||
"id": { | ||
"group": null, | ||
"name": "TA-microsoft-graph-security-score", | ||
"version": "1.1.1" | ||
"dependencies": {}, | ||
"incompatibleApps": {}, | ||
"info": { | ||
"author": [ | ||
{ | ||
"company": null, | ||
"email": null, | ||
"name": "CrossRealms International" | ||
} | ||
], | ||
"classification": { | ||
"categories": [], | ||
"developmentStatus": null, | ||
"intendedAudience": null | ||
}, | ||
"commonInformationModels": null, | ||
"description": "This Add-on pulls secure score from Microsoft Graph Security API.", | ||
"id": { | ||
"group": null, | ||
"name": "TA-microsoft-graph-security-score", | ||
"version": "1.2.0" | ||
}, | ||
"license": { | ||
"name": null, | ||
"text": null, | ||
"uri": null | ||
}, | ||
"privacyPolicy": { | ||
"name": null, | ||
"text": null, | ||
"uri": null | ||
}, | ||
"releaseDate": null, | ||
"releaseNotes": { | ||
"name": null, | ||
"text": null, | ||
"uri": null | ||
}, | ||
"title": "Microsoft Graph Security Score Add-on" | ||
}, | ||
"author": [ | ||
{ | ||
"name": "CrossRealms International", | ||
"email": null, | ||
"company": null | ||
} | ||
], | ||
"releaseDate": null, | ||
"description": "This Add-on pulls secure score from Microsoft Graph Security API.", | ||
"classification": { | ||
"intendedAudience": null, | ||
"categories": [], | ||
"developmentStatus": null | ||
}, | ||
"commonInformationModels": null, | ||
"license": { | ||
"name": null, | ||
"text": null, | ||
"uri": null | ||
}, | ||
"privacyPolicy": { | ||
"name": null, | ||
"text": null, | ||
"uri": null | ||
"inputGroups": {}, | ||
"platformRequirements": { | ||
"splunk": { | ||
"Enterprise": "*" | ||
} | ||
}, | ||
"releaseNotes": { | ||
"name": null, | ||
"text": null, | ||
"uri": null | ||
} | ||
}, | ||
"dependencies": { | ||
}, | ||
"tasks": [], | ||
"inputGroups": { | ||
}, | ||
"incompatibleApps": { | ||
}, | ||
"supportedDeployments": [ | ||
"_standalone", | ||
"_distributed", | ||
"_search_head_clustering" | ||
], | ||
"platformRequirements": { | ||
"splunk": { | ||
"Enterprise": "*" | ||
} | ||
}, | ||
"targetWorkloads": [ | ||
"_search_heads", | ||
"_forwarders" | ||
] | ||
"schemaVersion": "2.0.0", | ||
"supportedDeployments": [ | ||
"_standalone", | ||
"_distributed", | ||
"_search_head_clustering" | ||
], | ||
"targetWorkloads": [ | ||
"_search_heads", | ||
"_forwarders" | ||
], | ||
"tasks": [] | ||
} |
2 changes: 2 additions & 0 deletions
2
TA-microsoft-graph-security-score/appserver/static/js/build/238.2216f1fe1fc09dafa8e5.js
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we include Cloud here as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is fine. Maxmind app has same config.