drone/internal/store/database/migrate/postgres
Johannes Batzill 8c2f900c80 Principals, ServiceAccounts, Tokens and auth.Sessions (#15)
This change introduces the concept of a principal (abstraction of call identity), and adds a new service account type principal. Also adds support for different tokens (session, PAT, SAT, OAuth2) and adds auth.Session which is being used to capture information about the caller and call method.
2022-09-25 23:44:51 -07:00
..
0000_create_extension_btree.up.sql Initial commit 2022-08-09 12:37:37 -07:00
0000_create_extension_citext.up.sql Initial commit 2022-08-09 12:37:37 -07:00
0000_create_extension_trgm.up.sql Initial commit 2022-08-09 12:37:37 -07:00
0001_create_table_paths.up.sql Principals, ServiceAccounts, Tokens and auth.Sessions (#15) 2022-09-25 23:44:51 -07:00
0001_create_table_principals.up.sql Principals, ServiceAccounts, Tokens and auth.Sessions (#15) 2022-09-25 23:44:51 -07:00
0001_create_table_repositories.up.sql Principals, ServiceAccounts, Tokens and auth.Sessions (#15) 2022-09-25 23:44:51 -07:00
0001_create_table_spaces.up.sql Principals, ServiceAccounts, Tokens and auth.Sessions (#15) 2022-09-25 23:44:51 -07:00
0001_create_table_tokens.up.sql Principals, ServiceAccounts, Tokens and auth.Sessions (#15) 2022-09-25 23:44:51 -07:00
0002_create_index_paths_targetType_targetId.up.sql Add Paths support and error improvements (#11) 2022-09-08 21:39:15 -07:00
0002_create_index_principals_principal_sa_parentType_principal_sa_parentId.up.sql Principals, ServiceAccounts, Tokens and auth.Sessions (#15) 2022-09-25 23:44:51 -07:00
0002_create_index_repositories_spaceId.up.sql Add base structure for rest api, git api, web api. Add base authn and authz, as well as spaces and repository apis 2022-09-05 13:47:00 -07:00
0002_create_index_spaces_parentId.up.sql Add authn, authz, spaces, guard, terminated FQNs 2022-09-05 13:47:00 -07:00
0002_create_index_tokens_principalId.up.sql Principals, ServiceAccounts, Tokens and auth.Sessions (#15) 2022-09-25 23:44:51 -07:00