Skip to content

Commit

Permalink
Moved Plugins to a Folder And Fixed All Linking to Them
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew <[email protected]>
  • Loading branch information
mattLif committed Nov 22, 2024
1 parent aafef68 commit 24b0e61
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/config-tornjak-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ Tornjak supports several different plugin types, each representing a different f

| Type | Name | Description |
| ---- | ---- | ----------- |
| DataStore | SQL | Default SQL storage for Tornjak metadata |
| SPIRECRDManager | [""](/docs/plugin_server_spirecrd.md) | CRD Manager |
| Authenticator | [keycloak](/docs/plugin_server_authentication_keycloak.md) | Perform OIDC Discovery and extract roles from `realmAccess.roles` field |
| Authorizer | [RBAC](/docs/plugin_server_authorization_rbac.md) | Check api permission based on user role and defined authorization logic |
| DataStore | ["SQL"](/docs/plugins/plugin_server_datastore_sql.md) | Default SQL storage for Tornjak metadata |
| SPIRECRDManager | ["SpireCRD"](/docs/plugins/plugin_server_spirecrd.md) | CRD Manager |
| Authenticator | [keycloak](/docs/plugins/plugin_server_authentication_keycloak.md) | Perform OIDC Discovery and extract roles from `realmAccess.roles` field |
| Authorizer | [RBAC](/docs/plugins/plugin_server_authorization_rbac.md) | Check api permission based on user role and defined authorization logic |

### Plugin configuration

Expand Down
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
- [Blogs](/docs/blogs.md)

- [Debugging, Hints and Tips for Solving Common Problems with Tornjak](/docs/tornjak-hints.md)
- [Tornjak Deployment](docs/tornjak-hints.md#tornjak-deployment)
- [Tornjak Deployment](/docs/tornjak-hints.md#tornjak-deployment)
- [Tornjak Configuration](/docs/tornjak-hints.md#tornjak-configuration)
- [User Management](/docs/tornjak-hints.md#user-management)

- [JSON Format for New Entry](/docs/newEntry-json-format.md)

- [Server plugin: Authentication "Keycloak"](/docs/plugin_server_authentication_keycloak.md)
- [Server plugin: Authentication "Keycloak"](/docs/plugins/plugin_server_authentication_keycloak.md)

- [Server plugin: Authorization "RBAC"](/docs/plugin_server_authorization_rbac.md)
- [Server plugin: Authorization "RBAC"](/docs/plugins/plugin_server_authorization_rbac.md)

- [Server plugin: Datastore "SQL"](/docs/plugin_server_datastore_sql.md)
- [Server plugin: Datastore "SQL"](/docs/plugins/plugin_server_datastore_sql.md)

- [Server plugin: SPIRECRDManager](/docs/plugin_server_spirecrd.md)
- [Server plugin: SPIRECRDManager](/docs/plugins/plugin_server_spirecrd.md)

- [Tornjak Agent](/docs/tornjak-agent.md)
- [Tornjak SPIRE Server Agent](/docs/tornjak-agent.md#tornjak-spire-server-agent)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/user-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Once the Auth Server is set up, we can deploy the Tornjak Backend to require acc
as detailed in
[this followup Medium blog](https://medium.com/universal-workload-identity/guide-to-integrating-tornjak-with-keycloak-for-access-control-to-spire-40a3d5ee5f5a),
with more details on the general configuration
[here](/docs/config-tornjak-server.md). Most notably, populate a new plugin section for keycloak as defined [here](/docs/plugin_server_auth_keycloak.md) like so:
[here](/docs/config-tornjak-server.md). Most notably, populate a new plugin section for keycloak as defined [here](/docs/plugins/plugin_server_auth_keycloak.md) like so:

```
...
Expand Down

0 comments on commit 24b0e61

Please sign in to comment.