-
Notifications
You must be signed in to change notification settings - Fork 302
Open
Description
I have OpenVSX deployed in Kubernetes. Every time I publish an extension, the UI displays a warning stating that the publisher is not verified. I read that this is expected, but is there a way to remove this warning? I don't have login enabled in the UI since this is a local setup.
I tried creating a publish account without admin access and it didn't help.
openvsx=> select * from user_data;
id | avatar_url | email | full_name | login_name | provider | auth_id | provider_url | role | eclipse_token | github_token | eclipse_person_id
------+------------+-------+-----------+------------+----------+---------+--------------+-------+---------------+--------------+-------------------
1001 | | | | super_user | | | | admin | | |
1002 | | | | publisher | | | | | | |
(2 rows)
openvsx=> select * from personal_access_token;
id | accessed_timestamp | active | created_timestamp | description | value | user_data
------+----------------------------+--------+-------------------+--------------------------------+-------------+-----------
1003 | 2025-03-14 02:34:45.06124 | t | | For publishing test extensions | publisher | 1002
1002 | 2025-03-14 04:39:52.882153 | t | | For publishing test extensions | super_token | 1001
(2 rows)
Also, are there any options to bring our own SSO as the auth provider?
Appreciate any help. TIA.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo
