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

fix(entity): Refactored to remove padding #1143

Merged
merged 1 commit into from
May 22, 2024

Conversation

NSSPKrishna
Copy link
Member

base64.StdEncoding (default): Adds padding characters (=) during encoding for compatibility with standard base64. It removes padding during decoding.
base64.RawStdEncoding: Omits padding characters during encoding and expects the input string to not have any padding during decoding (throws error if present).

@NSSPKrishna NSSPKrishna force-pushed the fix/entity-validation branch 2 times, most recently from 081292e to 85c0163 Compare May 22, 2024 14:21
@pranav-new-relic
Copy link
Member

@NSSPKrishna please take a look at the lint failures

@NSSPKrishna NSSPKrishna force-pushed the fix/entity-validation branch from 85c0163 to 1000aa6 Compare May 22, 2024 14:38
@NSSPKrishna NSSPKrishna force-pushed the fix/entity-validation branch from 1000aa6 to b6f1c76 Compare May 22, 2024 14:49
@pranav-new-relic pranav-new-relic merged commit 8ebbd13 into main May 22, 2024
11 of 12 checks passed
@pranav-new-relic pranav-new-relic deleted the fix/entity-validation branch May 22, 2024 15:07
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