Skip to content

Commit 8159d72

Browse files
authored
Migrate from Keycloak to internal OAuth2 authorization server (#1)
1 parent 6cae698 commit 8159d72

63 files changed

Lines changed: 1996 additions & 4433 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.docker/database/01-create-keycloak.sql

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CREATE DATABASE workastra_db;
2+
3+
CREATE USER workastra_user WITH ENCRYPTED PASSWORD 'workastra_password' ;
4+
5+
GRANT ALL PRIVILEGES ON DATABASE workastra_db TO workastra_user ;

.docker/database/02-create-workastra.sql

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)