-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix layout issues and add overview pages that are missing in some sec…
…tions (#1012) * Fix layout * more cleanup * add explaining text. * updated readme.md with directory of folder. The 3 docs could also be merged instead * fixe a few files * fix a few spelling issues * ignore some acronyms * fix paths * fixing broken paths * fix a few more linking issues * fix links * undo curly brackets * fix two linting errors --------- Co-authored-by: Mark Jervelund <[email protected]> Co-authored-by: Shiran Rubin <[email protected]>
- Loading branch information
Showing
37 changed files
with
116 additions
and
30 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
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
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,4 @@ | ||
# Templates | ||
|
||
- [Gauge Framework](gauge-framework.md) | ||
- [Postman](postman-testing.md) |
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,4 @@ | ||
# Tech specific samples | ||
|
||
- [azdo-container-dev-test-release](azdo-container-dev-test-release/README.md) | ||
- [blobstorage-unit-tests](blobstorage-unit-tests/README.md) |
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,4 @@ | ||
# Templates | ||
|
||
- [case-study-template](./case-study-template.md) | ||
- [test-type-template](./test-type-template.md) |
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...re-devops/secret-management-per-branch.md → ...re-devops-secret-management-per-branch.md
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
File renamed without changes.
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,11 @@ | ||
# Recipes | ||
|
||
## Github | ||
|
||
- [Github workflows](./github-workflows/README.md) | ||
|
||
## Terraform | ||
|
||
- [Save output to variable group](./terraform/save-output-to-variable-group.md) | ||
- [Share common variables naming conventions](./terraform/share-common-variables-naming-conventions.md) | ||
- [Terraform structure guidelines](./terraform/terraform-structure-guidelines.md) |
File renamed without changes.
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,5 @@ | ||
# Terraform recipes | ||
|
||
- [Save output to variable group](./save-output-to-variable-group.md) | ||
- [Share common variables naming conventions](./share-common-variables-naming-conventions.md) | ||
- [Terraform structure guidelines](./terraform-structure-guidelines.md) |
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
8 changes: 8 additions & 0 deletions
8
docs/continuous-integration/dev-sec-ops/azure-devops/README.md
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,8 @@ | ||
# Azure DevOps | ||
|
||
Write something about Azure DevOps here. | ||
|
||
|
||
## Table of Contents | ||
|
||
- [Service connection security](./service-connection-security.md) |
File renamed without changes.
File renamed without changes.
27 changes: 27 additions & 0 deletions
27
docs/continuous-integration/dev-sec-ops/secret-management/README.md
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,27 @@ | ||
# Secret management | ||
|
||
Secret Management refers to the tools and practices used to manage digital authentication credentials (like API keys, tokens, passwords, and certificates). These secrets are used to protect access to sensitive data and services, making their management critical for security. | ||
|
||
## Importance of Secret Management | ||
|
||
In modern software development, applications often need to interact with other software components, APIs, and services. These interactions often require authentication, which is typically handled using secrets. If these secrets are not managed properly, they can be exposed, leading to potential security breaches. | ||
|
||
## Best Practices for Secret Management | ||
|
||
1. **Centralized Secret Storage:** Store all secrets in a centralized, encrypted location. This reduces the risk of secrets being lost or exposed. | ||
|
||
2. **Access Control:** Implement strict access control policies. Only authorized entities should have access to secrets. | ||
|
||
3. **Rotation of Secrets:** Regularly change secrets to reduce the risk if a secret is compromised. | ||
|
||
4. **Audit Trails:** Keep a record of when and who accessed which secret. This can help in identifying suspicious activities. | ||
|
||
5. **Automated Secret Management:** Automate the processes of secret creation, rotation, and deletion. This reduces the risk of human error. | ||
|
||
Remember, the goal of secret management is to protect sensitive information from unauthorized access and potential security threats. | ||
|
||
## Pages | ||
|
||
- [Credential Scanning](./credential_scanning.md) | ||
- [Secrets Rotation](./secrets_rotation.md) | ||
- [Static code analysis](./static-code-analysis.md) |
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
4 changes: 4 additions & 0 deletions
4
docs/continuous-integration/dev-sec-ops/secret-management/recipes/README.md
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,4 @@ | ||
# Recipes | ||
|
||
- [Detect secrets](./detect-secrets.md) | ||
- [Detect secrets on Azure DevOps](./detect-secrets-ado.md) |
File renamed without changes.
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
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,5 @@ | ||
# Best Practices | ||
|
||
- [Replacing Documentation with Automation](automation.md) | ||
- [Establishing and Managing Documentation](establish-and-manage.md) | ||
- [Creating Good Documentation](good-documentation.md) |
Oops, something went wrong.