-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application resource enrollment page doesn't render (WebUI) #48389
Comments
that bug looks like from when we try to display the token (part of the command), but i'm not able to replicate. can you check my recording to make sure i got the flow right? Screen.Recording.2024-11-06.at.2.15.37.PM.movcouple other questions:
|
@kimlisa I just noticed that it is only broken to me on the community edition; if I run the enterprise binary, it works fine. The community edition was always broken to me, even compiled from the source.
Yes, it is the same thing I do. When I click the "Application" button, it shows the page I've attached to the issue description.
Self-hosted. I tested using the binary from CDN and ECR images (both show the same error).
No. The error is already present if I go from a fresh cluster, create my account, and go to this page. Here is my Teleport config (but it is straightforward): version: v3
teleport:
advertise_ip: root
nodename: root
data_dir: /data/
log:
output: stderr
severity: INFO
format:
output: text
auth_service:
enabled: "yes"
license_file: /licenses/license.pem
proxy_listener_mode: multiplex
cluster_name: "root"
session_recording: node
tokens:
- "kube,node,auth,proxy,app,db:hard-token"
- "trusted_cluster:clustertoken"
authentication:
type: local
second_factor: on
webauthn:
rp_id: proxy.teleport.dev
ssh_service:
enabled: "no"
proxy_service:
enabled: "yes"
public_addr: proxy.teleport.dev
web_listen_addr: 0.0.0.0:4443
https_keypairs:
- key_file: /certs/teleport/key.pem
cert_file: /certs/teleport/cert.pem
db_service:
enabled: false |
I can repro this now after switching to oss build:
|
Expected behavior:
When opening the guided application resource enrollment, the page should render correctly.
Current behavior:
The page doesn't render correctly:
Bug details
The text was updated successfully, but these errors were encountered: