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

Added dynamic configuration for CoreRestApi on Content side #26305

Merged
merged 20 commits into from May 18, 2023

Conversation

dansterenson
Copy link
Contributor

@dansterenson dansterenson commented May 4, 2023

Should be merged after SDK release with the following PR: demisto/demisto-sdk#2722

Status

  • In Progress
  • Ready
  • In Hold - (Reason for hold)

Related Issues

https://jira-hq.paloaltonetworks.local/browse/CIAC-6112
https://jira-hq.paloaltonetworks.local/browse/CIAC-528

Minimum version of Cortex XSOAR

  • 6.0.0
  • 6.1.0
  • 6.2.0
  • 6.5.0

Does it break backward compatibility?

  • Yes
    • Further details:
  • No

@guardrails
Copy link

guardrails bot commented May 4, 2023

All previously detected findings have been fixed. Good job! 👍🎉

We will keep this comment up-to-date as you go along and notify you of any security issues that we identify.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

@dansterenson dansterenson changed the title test Added dynamic configuration for CoreRestApi in Content side May 4, 2023
@dansterenson dansterenson changed the title Added dynamic configuration for CoreRestApi in Content side Added dynamic configuration for CoreRestApi on Content side May 4, 2023
@dansterenson dansterenson marked this pull request as ready for review May 4, 2023 13:46
pyproject.toml Outdated
@@ -10,7 +10,7 @@ python = "^3.8,<3.11"
defusedxml = "^0.7.1"

[tool.poetry.group.dev.dependencies]
demisto_sdk = "1.14.0"
demisto-sdk = {git = "https://github.com/demisto/demisto-sdk.git", rev="789278337995c786e55b80f50c58d6410f70689b"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dansterenson please confirm this action with @dorschw

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do not merge. let's discuss it offline

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was just for testing. As written, it should be merged after this is merged.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file will be reverted once the SDK version is released.

pyproject.toml Outdated
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will revert it after sdk release

pyproject.toml Outdated
@@ -10,7 +10,7 @@ python = "^3.8,<3.11"
defusedxml = "^0.7.1"

[tool.poetry.group.dev.dependencies]
demisto_sdk = "1.14.0"
demisto-sdk = {git = "https://github.com/demisto/demisto-sdk.git", rev="789278337995c786e55b80f50c58d6410f70689b"}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was just for testing. As written, it should be merged after this is merged.

pyproject.toml Outdated
@@ -10,7 +10,7 @@ python = "^3.8,<3.11"
defusedxml = "^0.7.1"

[tool.poetry.group.dev.dependencies]
demisto_sdk = "1.14.0"
demisto-sdk = {git = "https://github.com/demisto/demisto-sdk.git", rev="789278337995c786e55b80f50c58d6410f70689b"}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file will be reverted once the SDK version is released.

@dansterenson
Copy link
Contributor Author

dansterenson commented May 18, 2023

@DeanArbel validation fails on

[ERROR]: Packs/DemistoRESTAPI/Integrations/CoreRESTAPI/CoreRESTAPI.yml: [RM110] - The following commands appear in CoreRESTAPI.yml but not in the README file:
demisto-api-post
demisto-api-get
demisto-api-put
demisto-api-delete
demisto-api-download
demisto-api-multipart
demisto-delete-incidents
demisto-api-install-packs

Force merge is needed.

@DeanArbel DeanArbel merged commit 6e3a377 into master May 18, 2023
15 of 18 checks passed
@DeanArbel DeanArbel deleted the configure-CoreRestAPI-contentside branch May 18, 2023 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants