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

Added security attributes #201

Merged
merged 2 commits into from
Oct 15, 2021
Merged

Added security attributes #201

merged 2 commits into from
Oct 15, 2021

Conversation

gabriellandau
Copy link
Contributor

@gabriellandau gabriellandau commented Oct 14, 2021

Change Summary

Add process.Ext.token.security_attributes, which contains the names of all the values in the TokenSecurityAttributes information class. Here's code demonstrating how to collect it.

Sample values

"process": {
    "Ext": {
        "token": {
            "security_attributes": [
                "TSA://ProcUnique",
                "LUA://DecHdAutoAp"
            ]
        }
    }
}

For mapping changes:

  • I ran make after making the schema changes, and committed any generated files (in schema/, generated/)
  • Does this field need to be "exceptionable"? (no longer specified in this package, this is now tracked in Kibana)

@gabriellandau
Copy link
Contributor Author

Thanks @Samirbous @jonathan-buttner

@gabriellandau gabriellandau merged commit 9344d1c into master Oct 15, 2021
@gabriellandau gabriellandau deleted the AddedSecurityAttributes branch October 15, 2021 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed v7.16.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants