Skip to content

Publish Warning on Local Openvsx Server #1138

@dipuharidasan

Description

@dipuharidasan

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.

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions