Skip to content

Commit

Permalink
Admin security clarity (#1110)
Browse files Browse the repository at this point in the history
* Add clarity on Roadie RBAC feature

* Merge lastUpdated into publishedDate

lastUpdated doesn't work on docs anyway. It doesn't show anywhere.
  • Loading branch information
dtuite authored Aug 31, 2023
1 parent 208bdc6 commit 21557ef
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
3 changes: 1 addition & 2 deletions content/docs/details/allowlisting-roadie-traffic/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Allowlisting Roadie Traffic
publishedDate: '2021-03-18T21:00:00.0Z'
lastUpdated: '2022-03-25T08:33:00.0Z'
publishedDate: '2022-03-25T08:33:00.0Z'
description: In order to access Roadie, your IT department may need to allowlist certain IPs and hostnames.
---

Expand Down
3 changes: 1 addition & 2 deletions content/docs/details/backend-reading-allow-list/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Accessing Public resources from the Backend
publishedDate: '2021-04-26T21:00:00.0Z'
lastUpdated: '2022-04-26T08:33:00.0Z'
publishedDate: '2022-04-26T08:33:00.0Z'
description: The Backstage backend restricts what resources can be fetched by default. This describes how to add sources which can be accessed.
---

Expand Down
4 changes: 3 additions & 1 deletion content/docs/getting-started/create-admin-group/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Designating admins
publishedDate: '2022-03-21T21:00:00.0Z'
publishedDate: '2023-08-31'
description: How to designate yourself as an admin of Roadie Backstage.
---

Expand All @@ -10,6 +10,8 @@ You often want to allow power users to edit the layouts and install plugins whil
ordinary users from making unintended changes to the application setup. Roadie Backstage has a
concept of admins to enable this. This uses a Group entity in the catalog and users associated with that group are "admins".

⚠️ Roadies admins are a conveniece feature rather than a security feature. Admins have no ability to read secrets or access other secure information inside Roadie.

## Setup

You can set up this group and its associated users manually by defining the group as a normal backstage entity and loading
Expand Down
3 changes: 1 addition & 2 deletions content/docs/getting-started/openapi-specs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Using OpenAPI Specs
publishedDate: '2021-03-16T21:00:00.0Z'
lastUpdated: '2022-11-16'
publishedDate: '2022-11-16'
description: How to use OpenAPI specs with Roadie Backstage.
---

Expand Down
3 changes: 1 addition & 2 deletions content/docs/integrations/github-discovery/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: Configuring auto discovery for your organization
publishedDate: '2022-05-10T12:14:39.0Z'
publishedDate: '2022-08-31T14:20:39.0Z'
description: How to configure backstage to read catalog files on github
lastUpdated: '2022-08-31T14:20:39.0Z'

humanName: GitHub Discovery
logoImage: '../../../assets/logos/github/mark/official/PNG/GitHub-Mark-120px-plus.png'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Performing a sync with your GitHub for your catalog files
publishedDate: '2022-08-23'
lastUpdated: '2022-08-23'
description: How to perform a sync between roadie's catalog and your GitHub organisation

humanName: Github Discovery Sync
Expand Down

0 comments on commit 21557ef

Please sign in to comment.