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 issues with User Sync audit events #39830

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Conversation

tcsc
Copy link
Contributor

@tcsc tcsc commented Mar 26, 2024

  • UserSync Events have fields whose values are routinely 0, which the
    JSON marshaler was omitting. This patch removes the omitempty
    directive so these values are preserved in the serialized event.
  • Fixes typo in the UserSync event failure code name

 - UserSync Events have fields whose values are routinely 0, which the
   JSON marshaler was omitting. This patch removes the `omitempty`
   directive so these values are preserved in the serialized event.
 - Typo in the UserSync event failure code
@tcsc tcsc added backport/branch/v14 no-changelog Indicates that a PR does not require a changelog entry backport/branch/v15 labels Mar 26, 2024
@github-actions github-actions bot added audit-log Issues related to Teleports Audit Log size/sm labels Mar 26, 2024
@github-actions github-actions bot requested review from mdwn and nklaassen March 26, 2024 12:45
@public-teleport-github-review-bot public-teleport-github-review-bot bot removed the request for review from nklaassen March 26, 2024 16:47
@tcsc tcsc added this pull request to the merge queue Mar 27, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 27, 2024
@tcsc tcsc added this pull request to the merge queue Mar 28, 2024
Merged via the queue into master with commit 244b946 Mar 28, 2024
40 checks passed
@tcsc tcsc deleted the tcsc/fix-okta-user-sync-api-events branch March 28, 2024 05:13
@public-teleport-github-review-bot

@tcsc See the table below for backport results.

Branch Result
branch/v14 Failed
branch/v15 Failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audit-log Issues related to Teleports Audit Log backport/branch/v14 backport/branch/v15 no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants