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

[v16] drop types.PluginsV1 from audit log payload #46831

Merged
merged 1 commit into from
Sep 24, 2024

Commits on Sep 20, 2024

  1. drop types.PluginsV1 from audit log payload (#46830)

    Okta plugin sets `plugin.spec.settings` which is a one of message and our audit log incorrectly uses `json.Marshal/Unmarshal` to marshal and Unmarshal objects from json.
    
    When unmarshaling the oneof, json parser fails because it can't decode the correct message.
    
    This PR changes the type to use a `google.protobuf.Struct` so it can hold any static data.
    
    Signed-off-by: Tiago Silva <tiago.silva@goteleport.com>
    tigrato committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3388135 View commit details
    Browse the repository at this point in the history