Add nOps.io block integration#1403
Merged
rita-gorokhod merged 11 commits intoopenops-cloud:mainfrom Oct 7, 2025
Merged
Conversation
3d13414 to
c8a26fb
Compare
af9e47f to
5655dbe
Compare
packages/blocks/nops/src/lib/auth.ts
Outdated
| description: 'Your nOps API key', | ||
| required: true, | ||
| }), | ||
| signature: Property.SecretText({ |
Contributor
There was a problem hiding this comment.
@andremilk could you please re-check that everything works? I moved the signature here.
…rom actions and updating API request handling. Adjusted documentation for clarity and ensured proper header management in HTTP client functions.
…ling - Updated nOps authentication to use only API key, removing optional signature. - Refactored HTTP client methods to accept API key directly instead of nOpsAuth object. - Cleaned up unnecessary code and improved header management in HTTP requests.
…ties - Updated test assertions to access action properties using bracket notation for consistency and clarity. - Ensured that the tests remain functional while adhering to best practices.
|
rita-gorokhod
approved these changes
Oct 7, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



This pull request is to add an nOps.io integration to OpenOps. nOps.io is a Multi-cloud visibility platform with numerous SaaS integrations, a robust FinOps Agent, and automated optimization for AWS commitments and EKS.
Fixes OPS-2770