-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into bugfix/plagiarism-detection-undefined
- Loading branch information
Showing
144 changed files
with
4,279 additions
and
1,432 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
.idea/runConfigurations/Artemis__Server__LocalVC___LocalCI__IRIS_.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
Security | ||
======== | ||
|
||
|
||
Passwords | ||
--------- | ||
|
||
The Artemis configuration files contain a few default passwords and secrets | ||
that have to be overridden in your own configuration files or via environment | ||
variables (`Spring relaxed binding <https://github.com/spring-projects/spring-boot/wiki/Relaxed-Binding-2.0>`_). | ||
|
||
.. code-block:: yaml | ||
artemis: | ||
user-management: | ||
internal-admin: | ||
username: "artemis-admin" | ||
# can be changed later, Artemis will update the password in the database | ||
# and connected systems on the next start | ||
password: "artemis-admin" | ||
jhipster: | ||
security: | ||
authentication: | ||
jwt: | ||
# used to sign the JWT tokens for user authentication | ||
# can be changed later, will require all users to log in again | ||
# | ||
# encoded using Base64 (you can use `echo 'secret-key'|base64` on your command line) | ||
base64-secret: "" | ||
registry: | ||
password: "change-me" # only for distributed setups with multiple Artemis instances | ||
spring: | ||
prometheus: | ||
# if Prometheus monitoring is enabled: a comma-separated list of | ||
# IPs that are allowed to access the metrics endpoint | ||
monitoring-ip: "127.0.0.1" | ||
websocket: | ||
broker: | ||
username: "guest" # only for distributed setups | ||
password: "guest" # only for distributed setups | ||
.. note:: | ||
|
||
The usernames/passwords for external systems (Bamboo, Bitbucket, GitLab, | ||
Jenkins, …) are not listed here, since the general setup documentation | ||
describes how to set up those systems. | ||
Without replacing the default values, the connection to them will not work. | ||
|
||
|
||
.. note:: | ||
|
||
Ensure restrictive access to the configuration files, so that access is only | ||
possible for the system account that runs Artemis and administrators. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.