Adds gu:tool and gu:application-repo definitions to AWS tags glossary#184
Open
SHession wants to merge 1 commit into
Open
Adds gu:tool and gu:application-repo definitions to AWS tags glossary#184SHession wants to merge 1 commit into
gu:tool and gu:application-repo definitions to AWS tags glossary#184SHession wants to merge 1 commit into
Conversation
davidfurey
reviewed
May 28, 2026
| * `CODE` for pre-production | ||
| * `INFRA` for infrastructure or singleton resources e.g. [elasticsearch-node-rotation](https://github.com/guardian/elasticsearch-node-rotation) | ||
| * `App` - the individual service e.g. `image-loader` | ||
| * `gu:tool` - the tool which the resource belongs to, similar to stack but more specific e.g. Composer, Workflow, Grid |
Member
There was a problem hiding this comment.
@SHession this seems only applicable to tools rather than to all resource. Perhaps the description could reflect this?
davidfurey
reviewed
May 28, 2026
| * `App` - the individual service e.g. `image-loader` | ||
| * `gu:tool` - the tool which the resource belongs to, similar to stack but more specific e.g. Composer, Workflow, Grid | ||
| * `gu:repo` - the GitHub repository where the resource's definition can be found | ||
| * `gu:application-repo` - the GitHub repository where the application code can be found |
Member
There was a problem hiding this comment.
Can we clarify the difference between gu:repo and gu:application-repo?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is being recommended?
This PR adds to the set of standard AWS tags to include
gu:toolandgu:application-repo. Hopefully the text content is descriptive enough to explain their use.What's the context?
Related to the tools audit work and this comment: guardian/service-catalogue#1525 (comment)
These new tags are intended to make it easier to map between the resources that make up a project.