From dd964abc546eb1081c025729c3a2dfe8920c3e5b Mon Sep 17 00:00:00 2001 From: Owen Date: Sat, 18 Oct 2025 14:29:30 -0700 Subject: [PATCH] Update api docs --- manage/blueprints.mdx | 6 +++++- manage/integration-api.mdx | 2 +- manage/integration-api/using-the-integration-api.mdx | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/manage/blueprints.mdx b/manage/blueprints.mdx index 3fed6f0..d2ecc3f 100644 --- a/manage/blueprints.mdx +++ b/manage/blueprints.mdx @@ -36,7 +36,7 @@ YAML config can be applied using the API or from a Newt site. _Application throu - You can also apply blueprints directly through the Pangolin API with an API key. [Take a look at the API documentation for more details.](https://api.pangolin.fossorial.io/v1/docs/#/Organization/put_org__orgId__blueprint) + You can also apply blueprints directly through the Pangolin API with an API key. [Take a look at the API documentation for more details.](https://api.pangolin.net/v1/docs/#/Organization/put_org__orgId__blueprint) POST to `/org/{orgId}/blueprint` with a base64 encodes JSON body like the following: @@ -113,6 +113,9 @@ proxy-resources: auth: pincode: 123456 password: your-secure-password + basic-auth: + user: asdfa + password: sadf sso-enabled: true sso-roles: - Member @@ -283,6 +286,7 @@ Not allowed on TCP/UDP resources. |----------|------|----------|-------------|-------------| | `pincode` | number | No | 6-digit PIN for access | Must be exactly 6 digits | | `password` | string | No | Password for access | - | +| `basic-auth` | object | No | Basic authentication configuration | Requires `user` and `password` fields | | `sso-enabled` | boolean | No | Enable SSO authentication | Defaults to `false` | | `sso-roles` | array | No | Allowed SSO roles | Cannot include "Admin" role | | `sso-users` | array | No | Allowed SSO user emails | Must be valid email addresses | diff --git a/manage/integration-api.mdx b/manage/integration-api.mdx index 68fa56d..f860bed 100644 --- a/manage/integration-api.mdx +++ b/manage/integration-api.mdx @@ -83,7 +83,7 @@ Root API keys have elevated permissions and should be used carefully. Only creat ## API Documentation -View the Swagger docs here: [https://api.pangolin.fossorial.io/v1/docs](https://api.pangolin.fossorial.io/v1/docs). +View the Swagger docs here: [https://api.pangolin.net/v1/docs](https://api.pangolin.net/v1/docs). Interactive API documentation is available through Swagger UI: diff --git a/manage/integration-api/using-the-integration-api.mdx b/manage/integration-api/using-the-integration-api.mdx index 586e5d1..463f70d 100644 --- a/manage/integration-api/using-the-integration-api.mdx +++ b/manage/integration-api/using-the-integration-api.mdx @@ -83,7 +83,7 @@ Root API keys have elevated permissions and should be used carefully. Only creat ## API Documentation -View the Swagger docs here: [https://api.pangolin.fossorial.io/v1/docs](https://api.pangolin.fossorial.io/v1/docs). +View the Swagger docs here: [https://api.pangolin.net/v1/docs](https://api.pangolin.net/v1/docs). Interactive API documentation is available through Swagger UI: