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

[7.x] Fix maybe behavior with object type (#55932) #57716

Merged
merged 2 commits into from
Feb 15, 2020

Conversation

joshdover
Copy link
Contributor

Backports the following commits to 7.x:

Comment on lines +52 to +55
schema.object({
realm: schema.maybe(schema.string()),
maxRedirectURLSize: schema.byteSize({ defaultValue: '2kb' }),
})
Copy link
Contributor Author

@joshdover joshdover Feb 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@elastic/kibana-security FYI for some reason this was different between master and 7.x. I updated this 7.x backport to match master. The last change in master was here however the backport of that PR still had the schema.maybe. Hopefully that was intentional.

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@joshdover joshdover merged commit 7dc7563 into elastic:7.x Feb 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants