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

Use string instead of number in oauth variable #11613

Merged

Commits on Feb 28, 2024

  1. Fix invalid number usage in oauth variable

    Recent changes to the oauth token maxage variable introduced it as a
    number instead of a string or integer, which SCAP is expecting. This
    commit updates the variable to be a string instead of a number type, so
    that the resulting datastream is valid and parsable by the compliance
    oeprator profile parsers.
    
    Without this change, content from the latest branch will cause the
    compliance operator installs to hang because it can't parse the xccdf.
    rhmdnd committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a5a2782 View commit details
    Browse the repository at this point in the history