Revert "add 1password service token support" (#3086)
This commit is contained in:
@@ -1,27 +0,0 @@
|
|||||||
"""add 1password service account token type
|
|
||||||
|
|
||||||
Revision ID: 9d5586b98530
|
|
||||||
Revises: 1b2a8b62de61
|
|
||||||
Create Date: 2025-08-01 15:54:52.039564+00:00
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
from typing import Sequence, Union
|
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
|
||||||
revision: str = "9d5586b98530"
|
|
||||||
down_revision: Union[str, None] = "1b2a8b62de61"
|
|
||||||
branch_labels: Union[str, Sequence[str], None] = None
|
|
||||||
depends_on: Union[str, Sequence[str], None] = None
|
|
||||||
|
|
||||||
|
|
||||||
def upgrade() -> None:
|
|
||||||
# ### commands auto generated by Alembic - please adjust! ###
|
|
||||||
pass
|
|
||||||
# ### end Alembic commands ###
|
|
||||||
|
|
||||||
|
|
||||||
def downgrade() -> None:
|
|
||||||
# ### commands auto generated by Alembic - please adjust! ###
|
|
||||||
pass
|
|
||||||
# ### end Alembic commands ###
|
|
||||||
@@ -3,7 +3,6 @@ from enum import StrEnum
|
|||||||
|
|
||||||
class OrganizationAuthTokenType(StrEnum):
|
class OrganizationAuthTokenType(StrEnum):
|
||||||
api = "api"
|
api = "api"
|
||||||
onepassword_service_account = "onepassword_service_account"
|
|
||||||
|
|
||||||
|
|
||||||
class TaskType(StrEnum):
|
class TaskType(StrEnum):
|
||||||
|
|||||||
Reference in New Issue
Block a user