Testing cross site issue

This commit is contained in:
Owen
2025-09-11 10:12:27 -07:00
parent 14dd76db8b
commit 90188d4358
5 changed files with 124 additions and 6 deletions

37
blueprint.yaml Normal file
View File

@@ -0,0 +1,37 @@
resources:
resource-nice-id:
name: this is my resource
protocol: http
full-domain: level1.test3.example.com
# host-header: example.com
# tls-server-name: example.com
auth:
pincode: 123456
password: sadfasdfadsf
sso-enabled: true
sso-roles:
- Member
sso-users:
- owen@fossorial.io
whitelist-users:
- owen@fossorial.io
targets:
# - site: glossy-plains-viscacha-rat
# - hostname: localhost
# method: http
# port: 8000
# healthcheck:
# port: 8000
# hostname: localhost
# - site: glossy-plains-viscacha-rat
# - hostname: localhost
# method: http
# port: 8001
# resource-nice-id2:
# name: this is other resource
# protocol: tcp
# proxy-port: 3000
# targets:
# # - site: glossy-plains-viscacha-rat
# - hostname: localhost
# port: 3000