You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As one of the outcome of this spike, this feature-request is to replace admin password, which is currently hard coded in demo configuration, with a custom password. If none is provided, a random password should be generated and set for admin user. Here is the intended design:
sequenceDiagram
participant User
participant Cluster
participant Script
User->>Cluster: Start cluster setup with security plugin
Cluster->>Script: Execute demo script
alt User provided password
Script->>Script: Search for user provided password
else No password provided
Script->>User: Script execution fails as no password provided
end
Script->>Cluster: Continue with demo script execution
alt Demo script execution successful
Script->>Cluster: Notify demo script execution complete
end
Cluster->>Cluster: Continue with security plugin configuration
Loading
Acceptance Criteria
Update the demo configuration install script to accept a custom password for admin user - [ ] If no custom password is provided, the script should generate a new one, set it for admin and let the end user know (no longer considered)
This change works with at-least one of the supported OpenSearch distributions
[Triage] This is the last of the meta issues tracking progress removing the use of default credentials in the cluster. Marking as triaged given clear action items and exit criteria.
stephen-crawford
added
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
and removed
untriaged
Require the attention of the repository maintainers and may need to be prioritized
labels
Oct 30, 2023
High-level Idea
As one of the outcome of this spike, this feature-request is to replace admin password, which is currently hard coded in demo configuration, with a custom password. If none is provided, a random password should be generated and set for admin user. Here is the intended design:
Acceptance Criteria
- [ ] If no custom password is provided, the script should generate a new one, set it for admin and let the end user know(no longer considered)Exit Criteria
install_demo_configuration
script to a standalone Java Tool #3633Would like
The text was updated successfully, but these errors were encountered: