8000 disable warning about `--server.jwt-secret` by jsteemann · Pull Request #11037 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

disable warning about --server.jwt-secret #11037

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

Merged
merged 1 commit into from
Feb 3, 2020

Conversation

jsteemann
Copy link
Contributor

Scope & Purpose

this change hides the warning message about --server.jwt-secret being
insecure in case the end user has not set the option at all.
previously the warning was displayed also when not specifying the
option.
the problem was caused by not checking whether the end user had set the
option, but by checking an internal string that was filled also in other
cases then when using the --server.jwt-secret option.

  • Bug-Fix for devel-branch (i.e. no need for backports?)
  • The behavior in this PR can be (and was) manually tested (support / qa / customers can test it)

Testing & Verification

This change is a trivial rework / code cleanup without any test coverage.

http://172.16.10.101:8080/view/PR/job/arangodb-matrix-pr/8376/

this change hides the warning message about `--server.jwt-secret` being
insecure in case the end user has not set the option at all.
previously the warning was displayed also when not specifying the
option.
the problem was caused by not checking whether the end user had set the
option, but by checking an internal string that was filled also in other
cases then when using the `--server.jwt-secret` option.
@jsteemann jsteemann added this to the devel milestone Jan 31, 2020
@jsteemann
Copy link
Contributor Author

Tests blue except unrelated issues

@jsteemann jsteemann merged commit 8726011 into devel Feb 3, 2020
@jsteemann jsteemann deleted the bug-fix/disable-jwt-warning-if-not-appropriate branch February 3, 2020 09:17
ObiWahn added a commit that referenced this pull request Feb 10, 2020
* origin/devel:
  feature/upgrade v8 once more (#10978)
  Bug fix/tests cleanup (#11028)
  create collections aware of server cleaning (#11008)
  Feature/improve ternary operator evaluation (#10634)
  Bug fix/deprecate mmfiles engine (#10994)
  attempt to ungreylist test (#11036)
  disable warning about `--server.jwt-secret` (#11037)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0