Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmcts/pip-shared-infrastructures
Shared Infrastructure for PIP project
https://github.com/hmcts/pip-shared-infrastructures
jenkins-sds
Last synced: about 2 months ago
JSON representation
Shared Infrastructure for PIP project
- Host: GitHub
- URL: https://github.com/hmcts/pip-shared-infrastructures
- Owner: hmcts
- License: mit
- Created: 2021-11-12T13:28:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T13:25:52.000Z (9 months ago)
- Last Synced: 2024-04-14T11:10:53.422Z (9 months ago)
- Topics: jenkins-sds
- Language: CSS
- Size: 977 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# PIP Shared Infrastructure
## Table of Contents
- [Overview](#overview)
- [Supporting Repositories](#supporting-repositories)
- [Setup APIM Key Vault Access](#setup-apim-key-vault-access)
- [License](#license)## Overview
The purpose of this repository is to build the shared infrastructure for the application Publication and Information.
## Supporting Repositories
The repository `pip-shared-infrastructure-bootstap` contains infrastructure that supports this pipeline to provide a source for secure variables used within the pipeline.
## Setup APIM Key Vault Access
To give a clients Managed Identity access to the APIM Key Vault, you will need get the Managed Identity Client ID.
This can then be added to the Variable `apim_kv_mi_access` in the respective environments `tfvars`.## Federated Identity Setup
The federated identity setup for the MI is configured via the bootstrap KV value named 'crime-oidc-issuer-config'. This is a JSON object that contains the following properties:
```json
{
"connections": [
{
"name": "unique name goes here",
"issuer": "issuer goes here",
"subject": "subject goes here"
}
]
}
```New federated identities should be added into the connections array and uploaded to the KV. You will need a copy of the current value first. The pipeline can then be re-run which will apply these.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details