Skip to content

Commit 1999fa3

Browse files
committed
Merge branch 'main' into admin-ui-1846
2 parents b24f755 + b6d844a commit 1999fa3

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

Diff for: docs/admin/config.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ After installing, there are four primary strategies to configure Gluu Flex.
66

77
## Text-based User Interface (TUI)
88

9-
The current recommendation is to use the Janssen TUI to configure Flex components. The TUI calls the Config API to perform ad hoc configuration, and instructions can be found in the Janssen [documentation here.](https://docs.jans.io/v1.0.9/admin/config-guide/jans-tui/)
9+
The current recommendation is to use the Janssen TUI to configure Flex components. The TUI calls the Config API to perform ad hoc configuration, and instructions can be found in the Janssen [documentation here.](https://docs.jans.io/head/janssen-server/config-guide/config-tools/jans-tui/)
1010

1111
## CURL Commands
1212

13-
As an alternative, the Config API can be called directly using [CURL commands.](https://docs.jans.io/v1.0.9/admin/config-guide/curl/)
13+
As an alternative, the Config API can be called directly using [CURL commands.](https://docs.jans.io/head/janssen-server/config-guide/config-tools/curl-guide/)
1414

1515
## Command Line Interface (CLI)
1616

17-
If needed, a command-line alternative to the TUI is available. Instructions can be found in the Janssen [documentation here.](https://docs.jans.io/v1.0.9/admin/config-guide/jans-cli/)
17+
If needed, a command-line alternative to the TUI is available. Instructions can be found in the Janssen [documentation here.](https://docs.jans.io/head/janssen-server/config-guide/config-tools/jans-cli/)
1818

1919
## Admin UI
2020

Diff for: docs/admin/kubernetes-ops/README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ This Operation guide helps you learn about the common operations for Gluu Flex o
1818

1919
- [Upgrade](upgrade.md)
2020
- [Admin-UI Private](admin-ui-private.md)
21-
- [Scaling](https://docs.jans.io/head/admin/kubernetes-ops/scaling/)
22-
- [Backup and Restore](https://docs.jans.io/head/admin/kubernetes-ops/backup-restore/)
23-
- [Certificate Management](https://docs.jans.io/head/admin/kubernetes-ops/cert-management/)
24-
- [Customization](https://docs.jans.io/head/admin/kubernetes-ops/customization/)
25-
- [Start Order](https://docs.jans.io/head/admin/kubernetes-ops/start-order/)
26-
- [Logs](https://docs.jans.io/head/admin/kubernetes-ops/logs/)
27-
- [External Secrets and Configmaps](https://docs.jans.io/head/admin/kubernetes-ops/external-secrets-configmaps/)
28-
- [Health Check](https://docs.jans.io/head/admin/kubernetes-ops/health-check/)
29-
- [TUI K8s](https://docs.jans.io/head/admin/kubernetes-ops/tui-k8s/)
30-
- [Custom Attributes](https://docs.jans.io/head/admin/kubernetes-ops/custom-attributes/)
31-
- [Jans SAML/Keycloak](https://docs.jans.io/head/admin/kubernetes-ops/jans-saml/)
32-
- [Memory Dump](https://docs.jans.io/head/admin/kubernetes-ops/memory-dump/)
21+
- [Scaling](https://docs.jans.io/head/janssen-server/kubernetes-ops/scaling/)
22+
- [Backup and Restore](https://docs.jans.io/head/janssen-server/kubernetes-ops/backup-restore/)
23+
- [Certificate Management](https://docs.jans.io/head/janssen-server/kubernetes-ops/cert-management/)
24+
- [Customization](https://docs.jans.io/head/janssen-server/kubernetes-ops/customization/)
25+
- [Start Order](https://docs.jans.io/head/janssen-server/kubernetes-ops/start-order/)
26+
- [Logs](https://docs.jans.io/head/janssen-server/kubernetes-ops/logs/)
27+
- [External Secrets and Configmaps](https://docs.jans.io/head/janssen-server/kubernetes-ops/external-secrets-configmaps/)
28+
- [Health Check](https://docs.jans.io/head/janssen-server/kubernetes-ops/health-check/)
29+
- [TUI K8s](https://docs.jans.io/head/janssen-server/kubernetes-ops/tui-k8s/)
30+
- [Custom Attributes](https://docs.jans.io/head/janssen-server/kubernetes-ops/custom-attributes/)
31+
- [Jans SAML/Keycloak](https://docs.jans.io/head/janssen-server/kubernetes-ops/jans-saml/)
32+
- [Memory Dump](https://docs.jans.io/head/janssen-server/kubernetes-ops/memory-dump/)

Diff for: docs/install/vm-install/rhel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Verify that installation has been successful and all installed components are ac
9696
```shell
9797
/opt/jans/jans-cli/jans_cli_tui.py
9898
```
99-
Full TUI documentation can be found [here](https://docs.jans.io/stable/admin/config-guide/jans-tui)
99+
Full TUI documentation can be found [here](https://docs.jans.io/head/janssen-server/config-guide/config-tools/jans-tui/)
100100

101101
- Log into Admin-UI using URI below
102102
```text

Diff for: docs/openbanking/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Gluu Open Banking Identity Platform is a specific profile of the Gluu Server
1111

1212
Other services needed by enterprises--but not by banks--have been disabled. The goal is to reduce the security surface area to make the platform easy to deploy, easy to keep up to date, and easy to rollout new features with zero downtime.
1313

14-
This is a cloud-native distribution. Cloud-native is essential for auto-scaling, high availability, and operational automation. For development and testing we also support its VM distribution, where the [Installation](https://docs.gluu.org/vreplace-flex-version/openbanking/install-vm/) Section has more details about it.
14+
This is a cloud-native distribution. Cloud-native is essential for auto-scaling, high availability, and operational automation. For development and testing we also support its VM distribution, where the [Installation](../openbanking/install-vm.md) Section has more details about it.
1515

1616
This distribution of Gluu is based on the [Linux Foundation Janssen Project](https://jans.io) at the Linux Foundation, the [most certified](https://openid.net/certification) OpenID Platform available.
1717

Diff for: docs/openbanking/install-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Use the listing below for a detailed estimation of the minimum required resource
3030
|OB AS signing key | Added to the JVM. Used in SSA Validation |
3131
|OB transport truststore | Used in SSA Validation. Generated from OB Root CA nd Issuing CA |
3232

33-
- Based on the provider/platform you're using, you can follow the [docs](https://docs.gluu.org/vreplace-flex-version/install/helm-install/) to install your platform prerequistes, nginx-ingress, and the yaml changes needed in `override.yaml` based on the Gluu persistence choosed.
33+
- Based on the provider/platform you're using, you can follow the [docs](../install/helm-install) to install your platform prerequistes, nginx-ingress, and the yaml changes needed in `override.yaml` based on the Gluu persistence choosed.
3434

3535
- To enable mTLS in ingress-nginx, add the following to your `override.yaml`:
3636
```yaml

Diff for: docs/reference/kubernetes/docker-flex-monolith.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ To stop the containers.
110110

111111
2. You can grab `client_id` and `client_pw`(secret), and other values from `setup.properties` or `/opt/jans/jans-setup/setup.properties.last`
112112

113-
3. Use the CLI tools located under `/opt/jans/jans-cli/` to configure Gluu flex as needed. For example you can run the [TUI](https://docs.jans.io/head/admin/config-guide/config-tools/jans-tui/):
113+
3. Use the CLI tools located under `/opt/jans/jans-cli/` to configure Gluu flex as needed. For example you can run the [TUI](https://docs.jans.io/head/janssen-server/config-guide/config-tools/jans-tui/):
114114
```bash
115115
python3 /opt/jans/jans-cli/config-cli-tui.py
116116
```

0 commit comments

Comments
 (0)