Skip to content

Conversation

@anveshmupparaju
Copy link
Contributor

This pull request introduces a new flow action that generates a Message Authentication Code (MAC). The action accepts the following inputs:

Key: Secret key used for MAC generation

Algorithm: Supported cryptographic algorithm (e.g., HMAC-SHA256)

Data: Input string to be authenticated

The output is a Base64-encoded MAC, ensuring compatibility with downstream systems and easy transport.

@github-actions
Copy link

github-actions bot commented Oct 8, 2025

Valid PR for ActionPack

Thank you for your contribution. This PR complies with the CONTRIBUTING.md.
A maintainer will review this shortly. In the meantime, Happy Hacking!

@ravichandra1998g ravichandra1998g self-assigned this Oct 8, 2025
Copy link
Contributor

@ravichandra1998g ravichandra1998g left a comment

Choose a reason for hiding this comment

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

looks good now, Thank you for submitting!

@ravichandra1998g ravichandra1998g merged commit 1bdbd68 into ServiceNowDevProgram:main Oct 8, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants