Skip to content

Commit be610ba

Browse files
committed
Rename file and add link - key vault file.
1 parent e9676af commit be610ba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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,13 +1,13 @@
11
---
2-
title: Azure Spring Cloud GitHub Actions using Key Vault
2+
title: Key Vault for Spring Cloud 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
66
ms.service: spring-cloud
77
ms.topic: how-to
88
ms.date: 01/20/2019
99
---
10-
# GitHub Spring Cloud actions using key vault
10+
# Key Vault for Spring Cloud GitHub actions
1111
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. The key to get credentials only has access to the key vault scope, not the entire Azure scope. It's like a key that can only open a strongbox not a master key that can open all doors in a building. It is a way to get a key with another key, but useful in a CICD workflow.
1212

1313
## Generate Credential to Access to Key Vault

articles/spring-cloud/spring-cloud-howto-github-actions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,6 @@ If your action runs in error, for example, you haven't set Azure credential, you
195195
![Re-run checks](./media/github-actions/actions4.png)
196196

197197
## Next steps
198+
* [Key Vault for Spring Cloud GitHub actions](./spring-cloud-github-actions-key-vault.md)
198199
* [Azure Active Directory service principals](https://docs.microsoft.com/cli/azure/ad/sp?view=azure-cli-latest#az-ad-sp-create-for-rbac)
199200
* [GitHub Actions for Azure](https://github.com/Azure/actions/)

0 commit comments

Comments
 (0)