Skip to content

Commit

Permalink
fix: keyaclok ui loading issue #32
Browse files Browse the repository at this point in the history
  • Loading branch information
tankibaj committed May 27, 2024
1 parent fef436e commit 0f63468
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/keycloak.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@
-- Grant all privileges on the public schema to the keycloak_dba role
GRANT ALL ON SCHEMA public TO keycloak_dba WITH GRANT OPTION;

-- Grant all privileges on all tables, sequences, and functions in the public schema to the keycloak_dba role
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO keycloak_dba;
GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO keycloak_dba;
GRANT ALL PRIVILEGES ON ALL FUNCTIONS IN SCHEMA public TO keycloak_dba;

-- Ensure the keycloak_dba role has default privileges for future objects
ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT ALL PRIVILEGES ON TABLES TO keycloak_dba;
ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT ALL PRIVILEGES ON SEQUENCES TO keycloak_dba;
ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT ALL PRIVILEGES ON FUNCTIONS TO keycloak_dba;
```

### Step 3: Verify
Expand Down

0 comments on commit 0f63468

Please sign in to comment.