-
Notifications
You must be signed in to change notification settings - Fork 528
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
apmpackage: change secret_token to string #4575
Conversation
jenkins run the tests please |
1 similar comment
jenkins run the tests please |
Codecov Report
@@ Coverage Diff @@
## master #4575 +/- ##
==========================================
+ Coverage 75.96% 75.99% +0.03%
==========================================
Files 161 161
Lines 9789 9789
==========================================
+ Hits 7436 7439 +3
+ Misses 2353 2350 -3
|
💔 Build Failed
Expand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
|
System tests will fail until there's a new Kibana image (elastic/kibana#86716). Seeing as system tests won't be affected, I'll just merge. |
@@ -31,7 +31,7 @@ policy_templates: | |||
show_user: true | |||
default: localhost:8200 | |||
- name: secret_token | |||
type: bool | |||
type: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤦
Motivation/summary
Fix the integration package
secret_token
setting, changing its type to "string" rather than "bool".Checklist
- [ ] Update CHANGELOG.asciidoc- [ ] Documentation has been updatedHow to test these changes
Related issues
Closes #4572