Feed aggregator

How to Remote Play PS5 While Away for the Holidays

CNET Feed - Sun, 11/24/2024 - 7:00am
Want to game remotely with your PlayStation 5 when you're away from home? Setting it up is easier than you may think.
Categories: CNET

Give Your iPhone Messages a Security Boost With These 4 Easy Steps

CNET Feed - Sun, 11/24/2024 - 7:00am
This feature can ensure the person you're texting isn't a scammer — or worse.
Categories: CNET

Show HN: A Postgres Gateway (Web UI) with OIDC and ACL

Hacker News - Sun, 11/24/2024 - 6:53am

Hey HN,

I’ve built a database gateway to provide controlled access to production databases with fine-grained permissions and secure query execution.

Key Features:

- Role-Based ACLs: Define access rules at the instance, table, and column levels.

- OIDC Authentication: Users log in through OpenID Connect.

- Multi-Instance Support: Query multiple PostgreSQL instances from a single interface.

- Web Interface: Execute approved queries and view results securely.

- Query Storage: Save query results for later access or export.

How It Works:

- Users authenticate via OIDC.

- ACLs enforce access to specific instances, tables, and columns.

- Approved queries are executed, and results are stored securely.

Built For:

- Developers who debug production data.

- Team Leads and Product Owners who access production data for reporting.

- DevOps who run queries on behalf of other roles.

- Security Engineers who ensure sensitive production data remains protected.

Question: How do your developers access production databases, especially when the data is sensitive and critical to the company?

Comments URL: https://news.ycombinator.com/item?id=42227449

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Multisig Vault where writing needs consensus using Solana blockchain

Hacker News - Sun, 11/24/2024 - 6:23am

Recently I been to a Hackathon, It was a blockchain Hackathon where I made a Solana based Multisig vault. It restricts the write permission to the vault accounts and allows to write only after a consensus.

You can know more about it here. https://youtu.be/ZPDx6jIwGEg

Comments URL: https://news.ycombinator.com/item?id=42227319

Points: 1

# Comments: 0

Categories: Hacker News

Pages