Skip to content

Commit

Permalink
Merge pull request #1126 from SharpRake/events+admin
Browse files Browse the repository at this point in the history
moving Events ref doc + removing enforce Admin bucket
  • Loading branch information
SharpRake authored Nov 13, 2023
2 parents a296a34 + e1b7f35 commit 80bc991
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrate-enforce-docs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
shell: bash
run: |
gcloud --quiet storage cp --project="${{ inputs.project_id }}" \
"${{ inputs.storage_bucket }}/enforce-events/events.md" content/chainguard/chainguard-enforce/reference/events.md
"${{ inputs.storage_bucket }}/enforce-events/events.md" content/chainguard/administration/cloudevents/events-reference.md
- name: download chainctl docs from cloud storage
shell: bash
Expand Down
12 changes: 0 additions & 12 deletions content/chainguard/chainguard-enforce/administration/_index.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ tags: ["Enforce", "Product", "Procedural"]
images: []
menu:
docs:
parent: "administration"
weight: 010
parent: "chainguard-enforce"
weight: 050
toc: true
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags: ["Enforce", "Product", "Procedural"]
images: []
menu:
docs:
parent: "administration"
parent: "authentication"
weight: 020
toc: true
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ date: 2023-04-13T08:49:15+00:00
lastmod: 2023-04-13T08:49:15+00:00
draft: false
images: []
weight: 20
weight: 25
---

Procedural tutorials outlining how to create and assume a Chainguard identity for various Continuous Integration systems.
3 changes: 3 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ http {
"~^/chainguard/chainguard-enforce/iam-groups/assumable-ids/(.+)?$" /chainguard/chainguard-enforce/authentication/assumable-ids/;
"~^/chainguard/chainguard-enforce/authentication/custom-idps/(.+)?$" /chainguard/administration/custom-idps/custom-idps/;
"~^/chainguard/network-requirements/(.+)?$" /chainguard/administration/network-requirements/;
"~^/chainguard/chainguard-enforce/reference/events/(.+)?$" /chainguard/administration/cloudevents/events-reference/;
"~^/chainguard/chainguard-enforce/administration/connecting-to-private-registries/(.+)?$" /chainguard/chainguard-enforce/authentication/connecting-to-private-registries/;
"~^/chainguard/chainguard-enforce/administration/annotation-based-caching/(.+)?$" /chainguard/chainguard-enforce/annotation-based-caching/;

# complete content directory redirects here
"~^/chainguard/chainguard-enforce/events/(.+)$" /chainguard/chainguard-enforce/cloudevents/$1;
Expand Down

0 comments on commit 80bc991

Please sign in to comment.