Description
This documentation explains how to create users in SecHub. To do this, the users must be created and configured with the appropriate domain and provider. B1 then uses the connection to Securbale when logging in and performs the login based on the users.
How-to use it
- Login to SecHub
- Navigate to Users
- Create a new user
- Open the user in the user section by clicking the edit button
- In the same window under providers add the master as provider
- Click on reset to set a new password
- Click on save to persist the credentials
- Create under secrets the corresponding secrets for your user
- Navigate to secrets - personal
- Create a folder named “credentials”
- Select the corresponding folder
- Add secrets
- Value: Name of the secret → bitbucketCredentials
- Secret Key Pairs → {"username": "", "password": ""}
Example how to add secrets:
Examples for secrets:
bitbucketCredentials {"username": "", "password": ""}
circleciCredentials {"token": ""}
jiraCredentials {"username": "", "password": "", "url": "https://agile.jira.yourworkspace/" }
portainerCredentials{"url": "https://portainer.buildone.cloud/api", "token": ""}
Back to Documentation
Back to Home Page