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

AWSMP Guides #65

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

AWSMP Guides #65

wants to merge 1 commit into from

Conversation

oleksandr-onsha
Copy link
Contributor

No description provided.

Security Group that is applied to the product instance;
2. Open https://INSTANCE-PUBLIC-DNS:80 (replace INSTANCE-PUBLIC-DNS with the actual value)
in your browser; the Defect Dojo web app will open.

Copy link
Collaborator

@bohdan-onsha bohdan-onsha Nov 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

point with "how to get dojo admin password" should be describe here
password is generated at instance launch and is stored in k8s secrets.

username: admin
password: kubectl get secret "defectdojo-secret" -o jsonpath="{.data.system-password}" | base64 --decode

same may be applicable for minio api key

Optional parameters:
- **Instance Name:** name for the instance. Stack name will be used as instance name if custom value is not specified;
- **IAM Role Name:** name of AWS IAM Role to be attached to the instance. The role is used by EPAM Syndicate Rightsizer to access accounts resources.
Keep the field empty if you do not want any role to be attached;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r8s won't work without attached role
even instance state in CF stack won't be updated

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

Successfully merging this pull request may close these issues.

2 participants