Skip to content

Commit 831addf

Browse files
authored
Merge pull request #46 from NHSDigital/m-houston/CCM-5100-rename-iam-repo
CCM-5100: Update repo description for nhs-notify-iam-webauth
2 parents c5aac33 + 8c7fa19 commit 831addf

File tree

8 files changed

+40
-35
lines changed

8 files changed

+40
-35
lines changed

docs/Gemfile.lock

+7-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ GEM
2929
ffi (1.16.3)
3030
forwardable-extended (2.6.0)
3131
gemoji (4.1.0)
32+
google-protobuf (3.25.3-arm64-darwin)
3233
google-protobuf (3.25.3-x86_64-linux)
3334
html-pipeline (2.14.3)
3435
activesupport (>= 2)
@@ -90,6 +91,8 @@ GEM
9091
jekyll-seo-tag (~> 2.1)
9192
minitest (5.23.1)
9293
mutex_m (0.2.0)
94+
nokogiri (1.16.5-arm64-darwin)
95+
racc (~> 1.4)
9396
nokogiri (1.16.5-x86_64-linux)
9497
racc (~> 1.4)
9598
pathutil (0.16.2)
@@ -104,9 +107,10 @@ GEM
104107
strscan (>= 3.0.9)
105108
rouge (4.2.1)
106109
safe_yaml (1.0.5)
107-
sass-embedded (1.69.5)
110+
sass-embedded (1.69.5-arm64-darwin)
111+
google-protobuf (~> 3.23)
112+
sass-embedded (1.69.5-x86_64-linux-gnu)
108113
google-protobuf (~> 3.23)
109-
rake (>= 13.0.0)
110114
strscan (3.1.0)
111115
terminal-table (3.0.2)
112116
unicode-display_width (>= 1.1.1, < 3)
@@ -116,6 +120,7 @@ GEM
116120
webrick (1.8.1)
117121

118122
PLATFORMS
123+
arm64-darwin-23
119124
x86_64-linux
120125

121126
DEPENDENCIES

docs/_includes/notify-repo-list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h2>Repository List</h2>
44
{% for repo in site.repos %} {% if repo.order > 0 %}
55
<li>
66
<a href="{{site.baseurl}}/repos/{{repo.repo-name}}.html">
7-
{{ repo.name }} - {{ repo.description }}
7+
{{ repo.repo-name }} - {{ repo.name }}
88
</a>
99
</li>
1010
{% endif %} {% endfor %}

docs/_includes/page-info-header.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
assign wordWarning = 200 %} {% assign wordCount = content | number_of_words%} {%
33
assign readTime = wordCount | divided_by: 100.0 | ceil %} {% if page.sub_title
44
%}
5-
<h1>{{ page.title }}</h1>
5+
<h1>{{ page.name }}</h1>
66
<p class="text-medium text-grey-dk-300 mb-0">{{ page.summary }}</p>
77
{% else %}
8-
<h1>{{ page.title }}</h1>
8+
<h1>{{ page.name }}</h1>
99
{% endif %}
1010

1111
<div class="page-info">
@@ -21,9 +21,8 @@ <h1>{{ page.title }}</h1>
2121
>🧾 History</a
2222
>
2323

24-
{% endif %} | {% if page.author %} ✍ {{page.author}} {% else %} ✍ Ross
25-
Buggins {% endif %} | {% if page.owner %} 🔑 {{page.owner}} {% else %} 🔑
26-
Ross Buggins {% endif %}
24+
{% endif %} | {% if page.author %} ✍ {{page.author}} {% else %} ✍ NHS Notify {% endif %} | {% if page.owner %} 🔑 {{page.owner}} {% else %} 🔑
25+
NHS Notify {% endif %}
2726

2827
<p class="text-small text-grey-dk-300 mb-0">
2928
{% for tag in page.tags %}<a class="text-small" href="/tags/{{tag}}.html"

docs/_layouts/notify-repo.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,15 @@ layout: page
44

55
<!-- markdownlint-disable MD041 -->
66

7-
<p>
8-
<a href="https://github.com/NHSDigital/{{page.repo-name}}">https://github.com/NHSDigital/{{page.repo-name}}</a>
9-
</p>
7+
<dl>
8+
<dt>Repository</dt>
9+
<dd><a href="https://github.com/NHSDigital/{{page.repo-name}}">https://github.com/NHSDigital/{{page.repo-name}}</a></dd>
1010

11-
<h2>Authors</h2>
12-
13-
<ul>
11+
<dt>Owners</dt>
1412
{% for owner in page.owners %}
15-
<li> <a href="http://github.com/{{owner}}">{{owner}}</a> </li>
13+
<dd> <a href="http://github.com/{{owner}}">{{owner}}</a> </dd>
1614
{% endfor %}
17-
</ul>
18-
19-
<h2>Content</h2>
15+
</dl>
2016

2117
{{ content }}
2218

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
repo-name: nhs-notify-iam-webauth
3+
owners: [ "rossbugginsnhs", "m-houston" ]
4+
title: nhs-notify-iam-webauth
5+
name: Notify IAM Web Authentication
6+
description: OIDC Authentication Micro-Frontend for Web UI
7+
author: "Mike Houston"
8+
order: 3
9+
parent: Repositories
10+
---
11+
12+
### Purpose
13+
14+
This repository contains a Micro-Frontend (MFE) web application which handles user login using a Cognito User Pool
15+
16+
Other MFEs composed into a single web application can access the authenticated user credentials via a cookie set for the
17+
shared domain.

docs/collections/_repos/nhs-notify-iam.md

-13
This file was deleted.

scripts/config/vale/styles/Vocab/words/accept.txt

+1
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ drawio
2424
endraw
2525
[Oo]nboarding
2626
relative_url
27+
Cognito

scripts/terraform/terraform.mk

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ _terraform: # Terraform command wrapper - mandatory: cmd=[command to execute]; o
4444
# 'TERRAFORM_STACK' is passed to the functions as environment variable
4545
TERRAFORM_STACK=$(or ${TERRAFORM_STACK}, $(or ${terraform_stack}, $(or ${STACK}, $(or ${stack}, scripts/terraform/examples/terraform-state-aws-s3))))
4646
dir=$(or ${dir}, ${TERRAFORM_STACK})
47-
source scripts/terraform/terraform.lib.sh
48-
terraform-${cmd} # 'dir' and 'opts' are accessible by the function as environment variables, if set
47+
. scripts/terraform/terraform.lib.sh && \
48+
terraform-${cmd} # 'dir' and 'opts' are accessible by the function as environment variables, if set
4949

5050
# ==============================================================================
5151
# Quality checks - please DO NOT edit this section!
@@ -68,8 +68,8 @@ terraform-example-destroy-aws-infrastructure: # Destroy example of AWS infrastru
6868

6969
terraform-example-clean: # Remove Terraform example files @ExamplesAndTests
7070
dir=$(or ${dir}, ${TERRAFORM_STACK})
71-
source scripts/terraform/terraform.lib.sh
72-
terraform-clean
71+
. scripts/terraform/terraform.lib.sh && \
72+
terraform-clean
7373
rm -f ${TERRAFORM_STACK}/.terraform.lock.hcl
7474

7575
# ==============================================================================

0 commit comments

Comments
 (0)