-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0a13be
commit 32491ad
Showing
32 changed files
with
1,075 additions
and
245 deletions.
There are no files selected for viewing
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,55 @@ | ||
.. _usage_credentials: | ||
|
||
.. include:: ../_include/head.rst | ||
|
||
.. include:: ../_include/warn_develop.rst | ||
|
||
.. |creds_ui| image:: ../_static/img/credentials_ui.png | ||
:class: wiki-img | ||
|
||
.. |creds_job| image:: ../_static/img/credentials_job.png | ||
:class: wiki-img | ||
|
||
.. |creds_perm| image:: ../_static/img/credentials_permission.png | ||
:class: wiki-img | ||
|
||
=========== | ||
Credentials | ||
=========== | ||
|
||
You can define :code:`global` and :code:`user` credentials. | ||
|
||
The saved credential secrets are returned to the user/Web-UI! They are saved encrypted to the database! | ||
|
||
The UI at :code:`Jobs - Credentials` allows you to manage them. | ||
|
||
|creds_ui| | ||
|
||
Global Credentials | ||
****************** | ||
|
||
Global credentials can be used for scheduled job executions. | ||
|
||
Only users marked as :code:`Staff` are able to create and manage global credentials. | ||
|
||
Access to global credentials can be controlled using :ref:`permissions <usage_permission>`. | ||
|
||
|creds_perm| | ||
|
||
---- | ||
|
||
User Credentials | ||
**************** | ||
|
||
User credential can only be used and accessed by the user that created them. | ||
|
||
Jobs that are executed by an user will use the first user-credentials found as a fallback in case no other credentials were provided/configured (*but the job is set to need credentials*)! | ||
|
||
---- | ||
|
||
Jobs | ||
**** | ||
|
||
You can define if a job needs credentials to run in its settings: | ||
|
||
|creds_job| |
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.