Skip to content

Commit

Permalink
organise fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roeegg2 authored and letzya committed Jul 12, 2024
1 parent f666860 commit e41d1ff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions tyk-docs/content/shared/dashboard-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ auto configure based on currently MySQL version
ENV: <b>TYK_DB_ADMINSECRET</b><br />
Type: `string`<br />

This secret is to be used by a special set of endpoints that we call “Admin APIs”. This API is part of the super-admin context and therefore has a separate endpoint prefix `/admin`. It also requires a special auth header called admin-auth. This purpose of these endpoints is to allow functionality that regular Dashboard users should not have, such as create new organizations, create super users etc. See the [Admin API](https://tyk.io/docs/dashboard-admin-api/) for more information on these endpoints.
This secret is to be used by a special set of endpoints that we call “Admin APIs”. This API is part of the super-admin context and therefore has a separate endpoint prefix `/admin`. It also requires a special auth header called admin-auth. This purpose of these endpoints is to allow functionality that regular Dashboard users should not have, such as create new organisations, create super users etc. See the [Admin API](https://tyk.io/docs/dashboard-admin-api/) for more information on these endpoints.

### shared_node_secret
ENV: <b>TYK_DB_NODESECRET</b><br />
Expand Down Expand Up @@ -1012,7 +1012,7 @@ Enable dashboard audit. Example:

Audit records the following fields for json format:
* req_id - unique request ID
* org_id - organization ID
* org_id - organisation ID
* date - date in RFC1123 format
* timestamp - unix timestamp
* ip - IP address the request originated from
Expand Down Expand Up @@ -1053,7 +1053,7 @@ Enables detailed records in the audit log. Set to false by default. If set to `t
ENV: <b>TYK_DB_ENABLEMULTIORGUSERS</b><br />
Type: `bool`<br />

Enable support for users with the same email for multiple organizations
Enable support for users with the same email for multiple organisations

### health_check_endpoint_name
ENV: <b>TYK_DB_HEALTHCHECKENDPOINTNAME</b><br />
Expand Down
6 changes: 3 additions & 3 deletions tyk-docs/content/tyk-on-premises/bootstrapper-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ To list the available flags, execute `tyk-analytics bootstrap -h`:
--version Show application version.
--conf="tyk_analytics.conf"
Load a named configuration file.
--create-org Create a new organization.
--reuse-org=REUSE-ORG Reuse the organization with given ID.
--drop-org=DROP-ORG Drop the organization with given ID.
--create-org Create a new organisation.
--reuse-org=REUSE-ORG Reuse the organisation with given ID.
--drop-org=DROP-ORG Drop the organisation with given ID.
```


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Add Organizations"
title: "Add Organisations"
date: 2022-02-10
tags: [""]
description: ""
Expand All @@ -18,7 +18,7 @@ If you are interested in getting access contact us at [[email protected]](<mailto:s

## Introduction

In this section, you’ll learn how to create a new organization for your external API Consumers.
In this section, you’ll learn how to create a new organisation for your external API Consumers.

## Prerequisites

Expand All @@ -27,7 +27,7 @@ In this section, you’ll learn how to create a new organization for your extern

## Step by step instructions

1. From the **API Consumers > Organizations** menu, click **Add**.
1. From the **API Consumers > Organisations** menu, click **Add**.

{{< img src="/img/dashboard/portal-management/enterprise-portal/organisations-menu.png" alt="Portal Organizations menu" >}}
{{< img src="/img/dashboard/portal-management/enterprise-portal/add-org2.png" alt="Add a new Organization" >}}
Expand Down

0 comments on commit e41d1ff

Please sign in to comment.