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

JWT_SERVICE_SECRET falls under optional in .env.example #142

Closed
Zamion101 opened this issue Dec 21, 2022 · 1 comment
Closed

JWT_SERVICE_SECRET falls under optional in .env.example #142

Zamion101 opened this issue Dec 21, 2022 · 1 comment
Assignees

Comments

@Zamion101
Copy link
Contributor

Describe the bug

Environment variable JWT_SERVICE_SECRET needs to present in order to create Service Tokens, but it in .env.example it is under the # JWT lifetime and has Optional keyword in description. One can assume that you don't need to enter anything here but thats not the case. It needs to be under # JWT section in order to work without problem.

To Reproduce

Steps to reproduce the behavior:

  1. Go to .env
  2. Delete the content from following variable 'JWT_SERVICE_SECRET'
  3. Run docker-compose
  4. Navigate to

Expected behavior

Variable should be under # JWT and must be indicated as Required.

Screenshots

image
image
image

Platform you are having the issue on:

Additional context

No additional context available.

@dangtony98
Copy link
Collaborator

Hey @Zamion101 thanks for pointing this out!

Will fix this and update in docs soon 😁

@dangtony98 dangtony98 self-assigned this Dec 21, 2022
Zamion101 added a commit to Zamion101/infisical that referenced this issue Dec 21, 2022
Zamion101 added a commit to Zamion101/infisical that referenced this issue Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants