Skip to content

Commit 5918404

Browse files
committed
Revise TOC titles. Add sentence and link to key vault topic.
1 parent 0b5b76e commit 5918404

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
title: Key Vault for Spring Cloud 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
66
ms.service: spring-cloud
77
ms.topic: how-to
88
ms.date: 01/20/2019
99
---
10-
# Key Vault for Spring Cloud GitHub actions
10+
11+
# Authenticate Azure Spring Cloud with Key Vault in Github Actions
1112
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 has access to only 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.
1213

1314
## Generate Credential to Access to Key Vault

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Set the secret name to AZURE_CREDENTIALS, and its value to the JSON string that
4343

4444
![Set secret data](./media/github-actions/actions2.png)
4545

46+
You can also get the Azure login credential from Key Vault in GitHub actions as explained in [Authenticate Azure Spring with Key Vault in Github Actions](./spring-cloud-github-actions-key-vault.md).
47+
4648
## Provision Azure Spring Cloud service instance
4749
To provision your service instance, run the following commands using the Azure CLI.
4850
```

articles/spring-cloud/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
href: spring-cloud-howto-log-streaming.md
5757
- name: Use persistent storage in Azure Spring Cloud
5858
href: spring-cloud-howto-persistent-storage.md
59-
- name: DevOps
59+
- name: DevOps Deployment to Azure Spring Cloud
6060
items:
61-
- name: Automate your CI/CD pipeline in Azure Spring Cloud
61+
- name: Automate CI/CD pipeline in Azure Spring Cloud
6262
href: spring-cloud-howto-cicd.md
6363
- name: CI/CD with GitHub Actions
6464
href: spring-cloud-howto-github-actions.md
65-
- name: Key Vault for Spring Cloud GitHub actions
65+
- name: Key Vault for Azure Spring Cloud GitHub actions
6666
href: spring-cloud-github-actions-key-vault.md
6767
- name: Deploy apps to Azure Spring Cloud using Jenkins and the Azure CLI
6868
href: /azure/jenkins/tutorial-jenkins-deploy-cli-spring-cloud-service

0 commit comments

Comments
 (0)