Skip to content

Commit 34f7ff1

Browse files
committed
Github -> GitHub
1 parent 70cbed5 commit 34f7ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/spring-cloud/spring-cloud-github-actions-key-vault.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Authenticate Azure Spring Cloud with Key Vault in Github Actions
2+
title: Authenticate Azure Spring Cloud with Key Vault in GitHub Actions
33
description: How to use key vault with CI/CD workflow for Azure Spring Cloud with GitHub Actions
44
author: MikeDodaro
55
ms.author: barbkess
@@ -8,7 +8,7 @@ ms.topic: how-to
88
ms.date: 01/20/2019
99
---
1010

11-
# Authenticate Azure Spring Cloud with Key Vault in Github Actions
11+
# Authenticate Azure Spring Cloud with Key Vault in GitHub Actions
1212
Key vault is a secure place to store keys. Enterprise users need to store credentials for CI/CD environments in scope that they control. The key to get credentials in the key vault should be limited to resource scope. It has access to only the key vault scope, not the entire Azure scope. It's like a key that can only open a strong box not a master key that can open all doors in a building. It's a way to get a key with another key, which is useful in a CICD workflow.
1313

1414
## Generate Credential

0 commit comments

Comments
 (0)