generated from canonical/is-charms-template-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
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
4f210cf
commit 1dbcebf
Showing
3 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -26,8 +26,13 @@ config: | |
admin-user: | ||
type: string | ||
description: | | ||
OpenCTI admin user email and password. | ||
The content of this configuration should be a | ||
OpenCTI admin user email and password. | ||
The content of this configuration should be a Juju user secret ID. | ||
The Juju user secret should contain two fields, `email` and `password`, | ||
where `email` is the admin user email, and `password` is the admin user password. | ||
Use the following commands to create a Juju user secret for this configuration: | ||
`juju add-secret opencti-admin-user [email protected] password#file=/path/to/password.txt` | ||
`juju grant-secret opencti-admin-user opencti` | ||
requires: | ||
opensearch-client: | ||
|
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