smolnar82 commented on PR #1231: URL: https://github.com/apache/knox/pull/1231#issuecomment-4475182778
I ran the following tests: - built Knox with the new PostgreSQL version - ensured JDBC TSS started properly: ``` 2026-05-18 08:49:58,674 INFO knox.gateway (AbstractServiceFactory.java:logServiceUsage(105)) - Using org.apache.knox.gateway.services.token.impl.JDBCTokenStateService implementation for TokenStateService ... 2026-05-18 08:49:59,189 INFO knox.gateway (AbstractGatewayServices.java:start(60)) - Starting service: org.apache.knox.gateway.services.token.impl.JDBCTokenStateService ``` - generated a token: <img width="1716" height="726" alt="image" src="https://github.com/user-attachments/assets/216a74e9-b129-4ad9-bab4-9c4f2d85f845" /> - verified it was added in the DB: <img width="1435" height="579" alt="image" src="https://github.com/user-attachments/assets/6a29d33a-7faa-40ed-a475-e4fe6a02ddc4" /> - the token appeared on the Token Management page where I revoked it: ``` 2026-05-18 08:53:52,207 68b8d90e-27b8-47e4-b986-21a5d12dc646 INFO service.knoxtoken (TokenResource.java:buildResponseMap(1042)) - Knox Token service (homepage) issued token eyJqa3...F8vS0g (2c114bbe...ce3909cef3a1) 2026-05-18 08:56:49,899 91fb3e78-1877-4145-9faf-adf82dd76df3 INFO service.knoxtoken (TokenResource.java:revoke(679)) - Knox Token service (homepage) revoked token 2c114b...cef3a1 (2c114bbe...ce3909cef3a1) (renewer=admin) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
