# soc2

Published articles for soc2.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## How BetterTracker Replaced Its Vector Store with CockroachDB

DevFeed: [How BetterTracker Replaced Its Vector Store with CockroachDB](<https://devfeed.tech/articles/how-bettertracker-replaced-its-vector-store-with-cockroachdb-23754.md>)

Original publisher: [Read original article](<https://cockroachlabs.com/blog/bettertracker-replaced-vector-store-cockroachdb>)

Author: Yohan Shirazi

Published: 2026-07-15T00:00:00Z

Content type: article

Language: en

Sources: [Cockroach Labs](<https://devfeed.tech/sources/cockroach-labs.md>)

Topics: [CockroachDB](<https://devfeed.tech/topics/cockroachdb.md>), [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-platform](<https://devfeed.tech/tags/ai-platform.md>), [availability](<https://devfeed.tech/tags/availability.md>), [cockroachdb](<https://devfeed.tech/tags/cockroachdb.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [consistency](<https://devfeed.tech/tags/consistency.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [rag](<https://devfeed.tech/tags/rag.md>), [saas](<https://devfeed.tech/tags/saas.md>), [search](<https://devfeed.tech/tags/search.md>), [soc2](<https://devfeed.tech/tags/soc2.md>), [transactions](<https://devfeed.tech/tags/transactions.md>), [vector-database](<https://devfeed.tech/tags/vector-database.md>), [vector-search](<https://devfeed.tech/tags/vector-search.md>)

### AI overview

BetterTracker replaced a standalone vector database by running transactional workloads and vector search together on CockroachDB. The article describes how this supports the company's AI-powered platform while reducing infrastructure complexity and compliance risk.

### Source excerpt

BetterTracker eliminated a standalone vector database by running OLTP and vector search together on CockroachDB--cutting costs, complexity, and compliance risk in one move.

## In praise of the stacked pull request

DevFeed: [In praise of the stacked pull request](<https://devfeed.tech/articles/in-praise-of-the-stacked-pull-request-37629.md>)

Original publisher: [Read original article](<https://swizec.com/blog/in-praise-of-the-stacked-pull-request>)

Author: hi@swizec.com (Swizec Teller)

Published: 2026-02-04T00:00:00Z

Content type: opinion

Language: en

Sources: [Swizec Teller](<https://devfeed.tech/sources/swizec-teller.md>)

Topics: [stacked pull requests](<https://devfeed.tech/topics/stacked-pull-requests.md>), [Code review](<https://devfeed.tech/topics/code-review.md>), [Code quality](<https://devfeed.tech/topics/code-quality.md>), [Development](<https://devfeed.tech/topics/development.md>), [Git](<https://devfeed.tech/topics/git.md>)

Tags: [code-quality](<https://devfeed.tech/tags/code-quality.md>), [code-review](<https://devfeed.tech/tags/code-review.md>), [git](<https://devfeed.tech/tags/git.md>), [merge](<https://devfeed.tech/tags/merge.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [queue](<https://devfeed.tech/tags/queue.md>), [soc2](<https://devfeed.tech/tags/soc2.md>), [stacked-pull-requests](<https://devfeed.tech/tags/stacked-pull-requests.md>), [team](<https://devfeed.tech/tags/team.md>), [velocity](<https://devfeed.tech/tags/velocity.md>)

### AI overview

An opinion piece argues that stacked pull requests help teams work on larger or dependent changes without creating oversized, difficult-to-review pull requests. It presents small, independent, testable pull requests as units of work that can be reviewed and merged incrementally.

### Source excerpt

How fast you do code review is how fast you do everything. Your PR queue is the leading indicator of team velocity. Stacked PRs can help.

## Why startups need to be secure-by-default

DevFeed: [Why startups need to be secure-by-default](<https://devfeed.tech/articles/why-startups-need-to-be-secure-by-default-13332.md>)

Original publisher: [Read original article](<https://www.chainguard.dev/unchained/why-startups-need-to-be-secure-by-default>)

Published: 2025-12-15T00:00:00Z

Content type: opinion

Language: en

Sources: [Chainguard: Unchained](<https://devfeed.tech/sources/chainguard-unchained.md>)

Topics: [Security](<https://devfeed.tech/topics/security.md>), [supply-chain-security](<https://devfeed.tech/topics/supply-chain-security.md>), [container images](<https://devfeed.tech/topics/container-images.md>), [chainguard](<https://devfeed.tech/topics/chainguard.md>)

Tags: [chainguard](<https://devfeed.tech/tags/chainguard.md>), [chainguard-containers](<https://devfeed.tech/tags/chainguard-containers.md>), [chainguard-for-startups](<https://devfeed.tech/tags/chainguard-for-startups.md>), [chainguard-libraries](<https://devfeed.tech/tags/chainguard-libraries.md>), [container-images](<https://devfeed.tech/tags/container-images.md>), [container-images-for-startups](<https://devfeed.tech/tags/container-images-for-startups.md>), [secure-by-default](<https://devfeed.tech/tags/secure-by-default.md>), [security](<https://devfeed.tech/tags/security.md>), [soc2](<https://devfeed.tech/tags/soc2.md>), [software-supply-chain](<https://devfeed.tech/tags/software-supply-chain.md>), [startups](<https://devfeed.tech/tags/startups.md>)

### AI overview

This commentary argues that startups should address software supply-chain security early because security reviews, SBOMs, SOC 2 requirements, vulnerability questions, and build-process scrutiny can affect sales and growth. It presents secure-by-default foundations as a way to support faster scaling.

### Source excerpt

Startups can't afford to trade speed for security. Learn how Chainguard gives startups secure-by-default foundations from day one.

## Introducing JWT Signing Keys

DevFeed: [Introducing JWT Signing Keys](<https://devfeed.tech/articles/introducing-jwt-signing-keys-416.md>)

Original publisher: [Read original article](<https://supabase.com/blog/jwt-signing-keys>)

Author: Stojan Dimitrovski

Published: 2025-07-14T07:00:00Z

Content type: release

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [JSON Web Tokens](<https://devfeed.tech/topics/jwt.md>), [Security](<https://devfeed.tech/topics/security.md>), [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>)

Tags: [api-keys](<https://devfeed.tech/tags/api-keys.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [jwt](<https://devfeed.tech/tags/jwt.md>), [latency](<https://devfeed.tech/tags/latency.md>), [public-key](<https://devfeed.tech/tags/public-key.md>), [rotation](<https://devfeed.tech/tags/rotation.md>), [rsa](<https://devfeed.tech/tags/rsa.md>), [security](<https://devfeed.tech/tags/security.md>), [soc2](<https://devfeed.tech/tags/soc2.md>)

### AI overview

Supabase introduces asymmetric JWT signing keys for Supabase Auth, along with new API keys to support migration and improve application security. The system uses a private key for signing and a public key for local token verification, reducing dependence on the Auth server, network latency, and shared-secret management. It supports RSA and elliptic-curve signing algorithms and safer key rotation.

### Source excerpt

A new JWT signing keys system based on public key cryptography to improve your project's security and performance.

## Mastering regulatory compliance with incident.io

DevFeed: [Mastering regulatory compliance with incident.io](<https://devfeed.tech/articles/mastering-regulatory-compliance-with-incident-io-11874.md>)

Original publisher: [Read original article](<https://incident.io/blog/mastering-regulatory-compliance-with-incident-io>)

Author: Chris Evans

Published: 2024-10-14T07:21:00Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [incident management](<https://devfeed.tech/topics/incident-management.md>), [incident](<https://devfeed.tech/topics/incident.md>), [Incident response](<https://devfeed.tech/topics/incident-response.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [audits](<https://devfeed.tech/tags/audits.md>), [availability](<https://devfeed.tech/tags/availability.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [regulatory](<https://devfeed.tech/tags/regulatory.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [security](<https://devfeed.tech/tags/security.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [soc2](<https://devfeed.tech/tags/soc2.md>)

### AI overview

This article explains how incident.io helps organizations manage regulatory compliance through consistent incident management, reporting, policy adherence, root cause analysis, collaboration, and audit preparation. It discusses compliance contexts including SOC2, GDPR, SEC Cyber Security Reporting guidelines, and HIPAA, emphasizing the business, legal, financial, security, availability, and customer-trust consequences of poorly managed incidents.

### Source excerpt

Learn how incident.io streamlines regulatory compliance by automating incident management, enhancing collaboration, and simplifying audits for frameworks like GDPR, SOC2, and DORA.

## Turso completed SOC2 Type II compliance with zero issues

DevFeed: [Turso completed SOC2 Type II compliance with zero issues](<https://devfeed.tech/articles/turso-completed-soc2-type-ii-compliance-with-zero-issues-6056.md>)

Original publisher: [Read original article](<https://turso.tech/blog/turso-achieves-soc2-compliance>)

Author: Glauber Costa

Published: 2024-07-09T00:00:00Z

Content type: news

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Security](<https://devfeed.tech/topics/security.md>), [SOC](<https://devfeed.tech/topics/soc.md>), [Data Management](<https://devfeed.tech/topics/data-management.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [github](<https://devfeed.tech/tags/github.md>), [security](<https://devfeed.tech/tags/security.md>), [soc-2](<https://devfeed.tech/tags/soc-2.md>), [soc-2-compliance](<https://devfeed.tech/tags/soc-2-compliance.md>), [soc2](<https://devfeed.tech/tags/soc2.md>), [turso](<https://devfeed.tech/tags/turso.md>), [vanta](<https://devfeed.tech/tags/vanta.md>)

### AI overview

Turso announces that it completed a SOC 2 Type II compliance audit with zero issues. The article explains that the audit assessed its information-security policies, controls, and procedures, and describes how Vanta helped the small team automate compliance tasks and maintain velocity.

### Source excerpt

Turso's SOC2 audit is now complete. And we passed with flying colors!

## Improving Laravel Application Security with Aikido

DevFeed: [Improving Laravel Application Security with Aikido](<https://devfeed.tech/articles/improving-laravel-application-security-with-aikido-3720.md>)

Original publisher: [Read original article](<https://laravel.com/blog/improving-laravel-application-security-with-aikido>)

Author: James Brooks

Published: 2024-07-08T14:30:00Z

Content type: news

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Application Security](<https://devfeed.tech/topics/application-security.md>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [PHP](<https://devfeed.tech/topics/php.md>), [cloud security](<https://devfeed.tech/topics/cloud-security.md>)

Tags: [application-security](<https://devfeed.tech/tags/application-security.md>), [cloud-security](<https://devfeed.tech/tags/cloud-security.md>), [hipaa](<https://devfeed.tech/tags/hipaa.md>), [integration](<https://devfeed.tech/tags/integration.md>), [iso-27001](<https://devfeed.tech/tags/iso-27001.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [php](<https://devfeed.tech/tags/php.md>), [scanners](<https://devfeed.tech/tags/scanners.md>), [security](<https://devfeed.tech/tags/security.md>), [security-vulnerabilities](<https://devfeed.tech/tags/security-vulnerabilities.md>), [soc2](<https://devfeed.tech/tags/soc2.md>)

### AI overview

Laravel has partnered with Aikido to add security scanning for Laravel applications using Forge. The integration identifies potential vulnerabilities and security flags, surfaces findings within Forge, and combines code and cloud security scanners to help developers manage application security and compliance requirements.

### Source excerpt

As your Laravel application grows, managing security objectives becomes more challenging, especially for small teams or solo developers. Today, Laravel has teamed up with Aikido to provide a seamless solution for securing your Laravel application. With Aikido, Laravel developers using Forge can effortlessly scan for and identify potential security vulnerabilities, all in less than 1 minute.

## Introducing Chainguard's Trust Center

DevFeed: [Introducing Chainguard's Trust Center](<https://devfeed.tech/articles/introducing-chainguard-s-trust-center-13114.md>)

Original publisher: [Read original article](<https://www.chainguard.dev/unchained/introducing-chainguards-trust-center>)

Published: 2024-05-14T00:00:00Z

Content type: article

Language: en

Sources: [Chainguard: Unchained](<https://devfeed.tech/sources/chainguard-unchained.md>)

Topics: [chainguard](<https://devfeed.tech/topics/chainguard.md>), [Security](<https://devfeed.tech/topics/security.md>), [supply-chain-security](<https://devfeed.tech/topics/supply-chain-security.md>), [chainguard images](<https://devfeed.tech/topics/chainguard-images.md>), [soc 2](<https://devfeed.tech/topics/soc-2.md>)

Tags: [audit](<https://devfeed.tech/tags/audit.md>), [certifications](<https://devfeed.tech/tags/certifications.md>), [chainguard](<https://devfeed.tech/tags/chainguard.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [iso-27001](<https://devfeed.tech/tags/iso-27001.md>), [nist](<https://devfeed.tech/tags/nist.md>), [security](<https://devfeed.tech/tags/security.md>), [slsa](<https://devfeed.tech/tags/slsa.md>), [soc](<https://devfeed.tech/tags/soc.md>), [soc2](<https://devfeed.tech/tags/soc2.md>), [software-security-audit](<https://devfeed.tech/tags/software-security-audit.md>), [software-security-best-practices](<https://devfeed.tech/tags/software-security-best-practices.md>), [software-supply-chain](<https://devfeed.tech/tags/software-supply-chain.md>), [software-supply-chain-security](<https://devfeed.tech/tags/software-supply-chain-security.md>), [trust-center](<https://devfeed.tech/tags/trust-center.md>)

### AI overview

Chainguard introduces its Trust Center, a platform that centralizes security, compliance, and privacy information for users and customers. The center provides access to independent penetration-testing assessments, a SOC 2 Type 2 audit report, hardening guidance, privacy information, data-subprocessor details, and information security policies.

### Source excerpt

Learn how Chainguard prioritizes security with our new Trust Center. Find info on our policies, certifications, and how we protect your software supply chain.

## An easier road to SOC 2 begins with the right approach -- and the right technology

DevFeed: [An easier road to SOC 2 begins with the right approach -- and the right technology](<https://devfeed.tech/articles/an-easier-road-to-soc-2-begins-with-the-right-approach-and-the-right-technology-12868.md>)

Original publisher: [Read original article](<https://www.chainguard.dev/unchained/an-easier-road-to-soc-2-begins-with-the-right-approach-and-the-right-technology>)

Published: 2024-01-04T00:00:00Z

Content type: article

Language: en

Sources: [Chainguard: Unchained](<https://devfeed.tech/sources/chainguard-unchained.md>)

Topics: [SOC](<https://devfeed.tech/topics/soc.md>), [Security](<https://devfeed.tech/topics/security.md>), [Availability](<https://devfeed.tech/topics/availability.md>)

Tags: [audit](<https://devfeed.tech/tags/audit.md>), [breach](<https://devfeed.tech/tags/breach.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [organizational](<https://devfeed.tech/tags/organizational.md>), [security](<https://devfeed.tech/tags/security.md>), [security-best-practices](<https://devfeed.tech/tags/security-best-practices.md>), [soc](<https://devfeed.tech/tags/soc.md>), [soc-2-compliance](<https://devfeed.tech/tags/soc-2-compliance.md>), [soc2](<https://devfeed.tech/tags/soc2.md>), [software-supply-chain-security](<https://devfeed.tech/tags/software-supply-chain-security.md>), [trust](<https://devfeed.tech/tags/trust.md>)

### AI overview

The article explains how SOC 2 certification standardizes the evaluation of an organization's security, availability, processing integrity, confidentiality, and privacy. It presents certification as a way to demonstrate trustworthy security and organizational processes while reducing the need for repeated security questionnaires. The supplied source summary states that Chainguard achieved SOC 2 certification by using its own technology to streamline security processes.

### Source excerpt

Discover how Chainguard achieved SOC 2 certification by leveraging its own technology to streamline security processes.

## Into the deep: Exploring Chainguard Container Images

DevFeed: [Into the deep: Exploring Chainguard Container Images](<https://devfeed.tech/articles/into-the-deep-exploring-chainguard-container-images-13104.md>)

Original publisher: [Read original article](<https://www.chainguard.dev/unchained/into-the-deep-exploring-chainguard-container-images>)

Published: 2023-11-29T00:00:00Z

Content type: article

Language: en

Sources: [Chainguard: Unchained](<https://devfeed.tech/sources/chainguard-unchained.md>)

Topics: [chainguard](<https://devfeed.tech/topics/chainguard.md>), [chainguard images](<https://devfeed.tech/topics/chainguard-images.md>), [container images](<https://devfeed.tech/topics/container-images.md>), [supply-chain-security](<https://devfeed.tech/topics/supply-chain-security.md>), [vulnerability management](<https://devfeed.tech/topics/vulnerability-management.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [Security](<https://devfeed.tech/topics/security.md>), [soc2](<https://devfeed.tech/topics/soc2.md>)

Tags: [base-images](<https://devfeed.tech/tags/base-images.md>), [chainguard](<https://devfeed.tech/tags/chainguard.md>), [chainguard-images](<https://devfeed.tech/tags/chainguard-images.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [container-image](<https://devfeed.tech/tags/container-image.md>), [container-images](<https://devfeed.tech/tags/container-images.md>), [pci-dss](<https://devfeed.tech/tags/pci-dss.md>), [sboms](<https://devfeed.tech/tags/sboms.md>), [soc2](<https://devfeed.tech/tags/soc2.md>), [software-supply-chain](<https://devfeed.tech/tags/software-supply-chain.md>), [supply-chain](<https://devfeed.tech/tags/supply-chain.md>), [supply-chain-security](<https://devfeed.tech/tags/supply-chain-security.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>), [vulnerability-management](<https://devfeed.tech/tags/vulnerability-management.md>)

### AI overview

Chainguard Images provide value beyond low CVE counts by supporting software supply chain security. The article discusses rapid CVE remediation through Wolfi, enterprise remediation SLAs, compliance requirements, and the use of trusted minimal base images to reduce supply chain attack risk.

### Source excerpt

Learn how Chainguard Images go beyond reducing CVE count in your software supply chain, with hardened container images, SBOMs, and more.

## Supabase is now HIPAA and SOC2 Type 2 compliant

DevFeed: [Supabase is now HIPAA and SOC2 Type 2 compliant](<https://devfeed.tech/articles/supabase-is-now-hipaa-and-soc2-type-2-compliant-671.md>)

Original publisher: [Read original article](<https://supabase.com/blog/supabase-soc2-hipaa>)

Author: Inian Parameshwaran

Published: 2023-08-11T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [audits](<https://devfeed.tech/tags/audits.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [healthcare](<https://devfeed.tech/tags/healthcare.md>), [hipaa](<https://devfeed.tech/tags/hipaa.md>), [soc2](<https://devfeed.tech/tags/soc2.md>)

### AI overview

Supabase announces that it is SOC2 Type 2 and HIPAA compliant. The article explains the transition from SOC2 Type 1, the evidence and process changes required for the Type 2 audit, and HIPAA's requirements for companies handling sensitive healthcare data.

### Source excerpt

This documents our journey from SOC2 Type 1 to SOC2 Type2 and HIPAA compliance. You can start building healthcare apps on Supabase today.

## Achieving SOC2 Type 1 Audit Compliance

DevFeed: [Achieving SOC2 Type 1 Audit Compliance](<https://devfeed.tech/articles/achieving-soc2-type-1-audit-compliance-5796.md>)

Original publisher: [Read original article](<https://neon.com/blog/soc2-type-1>)

Author: Rory de Zoete

Published: 2023-07-14T12:09:53Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Security](<https://devfeed.tech/topics/security.md>), [data](<https://devfeed.tech/topics/data.md>), [incident management](<https://devfeed.tech/topics/incident-management.md>), [Disaster Recovery](<https://devfeed.tech/topics/disaster-recovery.md>), [Availability](<https://devfeed.tech/topics/availability.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [availability](<https://devfeed.tech/tags/availability.md>), [company](<https://devfeed.tech/tags/company.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [disaster-recovery](<https://devfeed.tech/tags/disaster-recovery.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [recovery](<https://devfeed.tech/tags/recovery.md>), [review](<https://devfeed.tech/tags/review.md>), [security](<https://devfeed.tech/tags/security.md>), [soc2](<https://devfeed.tech/tags/soc2.md>)

### AI overview

Neon describes completing its SOC2 Type 1 audit and explains SOC2's role in evaluating controls for security, availability, processing integrity, confidentiality, and privacy. The article outlines motivations including customer trust, continuous improvement, and partnership differentiation, then summarizes a roughly four-month preparation process involving gap analysis, policy and procedure development, incident management, and disaster recovery.

### Source excerpt

We're excited to share that we have completed the SOC2 Type 1 audit- a significant milestone in our commitment to security. This article will cover what SOC2 is, our journey, and our plans for the future. What's SOC2? Service Organization Control 2 (SOC2) is an auditing standard...

## incident.io + Indent - on-demand system access

DevFeed: [incident.io + Indent - on-demand system access](<https://devfeed.tech/articles/incident-io-indent-on-demand-system-access-11840.md>)

Original publisher: [Read original article](<https://incident.io/blog/indent>)

Author: incident.io

Published: 2022-08-25T00:00:00Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Incident response](<https://devfeed.tech/topics/incident-response.md>), [incident management](<https://devfeed.tech/topics/incident-management.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Slack](<https://devfeed.tech/topics/slack.md>), [Web app](<https://devfeed.tech/topics/webapp.md>), [Chrome extension](<https://devfeed.tech/topics/chrome-extension.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [access-control](<https://devfeed.tech/tags/access-control.md>), [chrome-extension](<https://devfeed.tech/tags/chrome-extension.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [integration](<https://devfeed.tech/tags/integration.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [slack](<https://devfeed.tech/tags/slack.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [soc2](<https://devfeed.tech/tags/soc2.md>), [web-app](<https://devfeed.tech/tags/web-app.md>)

### AI overview

The article announces an integration between incident.io and Indent that provides time-bound access to cloud applications and infrastructure during incidents. On-call responders can request access from Slack, receive automatic or reviewer-based approval, configure access durations, request extensions, and track access decisions until expiration.

### Source excerpt

An overview of our integration with Indent - an on-demand access control provider.

## Infrastructure Access Considerations for Financial Services

DevFeed: [Infrastructure Access Considerations for Financial Services](<https://devfeed.tech/articles/infrastructure-access-considerations-for-financial-services-29711.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/infrastructure-access-financial-services/>)

Author: info@goteleport.com (Carlos Mena)

Published: 2021-12-22T00:00:00Z

Content type: article

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>), [Cybercrime](<https://devfeed.tech/topics/cybercrime.md>), [Security Attacks](<https://devfeed.tech/topics/security-attacks.md>), [Business Security](<https://devfeed.tech/topics/business-security.md>), [Security](<https://devfeed.tech/topics/security.md>), [soc2](<https://devfeed.tech/topics/soc2.md>)

Tags: [attacks](<https://devfeed.tech/tags/attacks.md>), [banking](<https://devfeed.tech/tags/banking.md>), [breach](<https://devfeed.tech/tags/breach.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [financial-services](<https://devfeed.tech/tags/financial-services.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [security-incidents](<https://devfeed.tech/tags/security-incidents.md>), [soc2](<https://devfeed.tech/tags/soc2.md>)

### AI overview

This blog discusses cybersecurity threats facing Financial Services companies, including increasing attacks, data breaches, financial losses, and the time required to detect and contain incidents. It focuses on infrastructure access considerations and measures companies can take to address these risks.

### Source excerpt

This blog presents data highlighting the threat that Financial Services companies face due to insecure infrastructure and what they can do about it.

## How to Achieve SOC2 Compliance for Teleport Cloud with Teleport On-Prem

DevFeed: [How to Achieve SOC2 Compliance for Teleport Cloud with Teleport On-Prem](<https://devfeed.tech/articles/how-to-achieve-soc2-compliance-for-teleport-cloud-with-teleport-on-prem-29911.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/teleport-cloud-soc2-compliance/>)

Author: info@goteleport.com (Travis Gary)

Published: 2021-08-10T00:00:00Z

Content type: tutorial

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [soc2](<https://devfeed.tech/topics/soc2.md>), [on-prem](<https://devfeed.tech/topics/on-prem.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>), [audit](<https://devfeed.tech/topics/audit.md>), [Security](<https://devfeed.tech/topics/security.md>), [ssh](<https://devfeed.tech/topics/ssh.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Terraform](<https://devfeed.tech/topics/terraform.md>), [okta](<https://devfeed.tech/topics/okta.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [applications](<https://devfeed.tech/tags/applications.md>), [audit](<https://devfeed.tech/tags/audit.md>), [availability](<https://devfeed.tech/tags/availability.md>), [aws](<https://devfeed.tech/tags/aws.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [databases](<https://devfeed.tech/tags/databases.md>), [developers](<https://devfeed.tech/tags/developers.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [identity](<https://devfeed.tech/tags/identity.md>), [incident](<https://devfeed.tech/tags/incident.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [jira](<https://devfeed.tech/tags/jira.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [okta](<https://devfeed.tech/tags/okta.md>), [on-prem](<https://devfeed.tech/tags/on-prem.md>), [pagerduty](<https://devfeed.tech/tags/pagerduty.md>), [platform](<https://devfeed.tech/tags/platform.md>), [soc2](<https://devfeed.tech/tags/soc2.md>)

### AI overview

This blog post explains how Teleport says it uses Teleport Cloud and Teleport On-Prem to support SOC2 compliance. It describes access controls, SSO integration, audit capabilities, approval workflows, Terraform-based change management, short-lived SSH certificates, and automated user lifecycle changes through Okta.

### Source excerpt

In this blog post we illustrate how we use Teleport to achieve SOC2 compliance at Teleport

## Temporal Transparency Update #10

DevFeed: [Temporal Transparency Update #10](<https://devfeed.tech/articles/temporal-transparency-update-10-36037.md>)

Original publisher: [Read original article](<https://temporal.io/blog/temporal-transparency-10>)

Author: Ryland Goldstein

Published: 2021-02-19T04:00:00Z

Content type: article

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [Apache Cassandra](<https://devfeed.tech/topics/cassandra.md>), [Security](<https://devfeed.tech/topics/security.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [OpenID connect (OIDC)](<https://devfeed.tech/topics/oidc.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [bug](<https://devfeed.tech/topics/bug.md>), [upgrade](<https://devfeed.tech/topics/upgrade.md>), [soc2](<https://devfeed.tech/topics/soc2.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [bug](<https://devfeed.tech/tags/bug.md>), [cassandra](<https://devfeed.tech/tags/cassandra.md>), [community](<https://devfeed.tech/tags/community.md>), [oidc](<https://devfeed.tech/tags/oidc.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [security](<https://devfeed.tech/tags/security.md>), [soc2](<https://devfeed.tech/tags/soc2.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>)

### AI overview

Temporal's tenth transparency update reports a Cassandra persistence bug affecting users before version 1.6.0 and recommends upgrading before changing Cassandra clusters. It also describes progress on security, including open-source authentication beta support for OIDC-compliant identity providers, authorization, and SOC2 preparations.

### Source excerpt

Things have been very busy at Temporal over the last few months and there are some nice updates I can share.

## Teleport 5.0 Press Release

DevFeed: [Teleport 5.0 Press Release](<https://devfeed.tech/articles/teleport-5-0-press-release-29903.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/teleport-5-press-release/>)

Author: info@goteleport.com (Teleport Team)

Published: 2020-11-19T00:00:00Z

Content type: release

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [Security](<https://devfeed.tech/topics/security.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>), [audit](<https://devfeed.tech/topics/audit.md>), [certificates](<https://devfeed.tech/topics/certificates.md>), [Kubernetes clusters](<https://devfeed.tech/topics/kubernetes-clusters.md>), [servers](<https://devfeed.tech/topics/servers.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [soc2](<https://devfeed.tech/topics/soc2.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [certificates](<https://devfeed.tech/tags/certificates.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [data](<https://devfeed.tech/tags/data.md>), [developer-productivity](<https://devfeed.tech/tags/developer-productivity.md>), [fedramp](<https://devfeed.tech/tags/fedramp.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kubernetes-clusters](<https://devfeed.tech/tags/kubernetes-clusters.md>), [logging](<https://devfeed.tech/tags/logging.md>), [platform](<https://devfeed.tech/tags/platform.md>), [press-release](<https://devfeed.tech/tags/press-release.md>), [release](<https://devfeed.tech/tags/release.md>), [security](<https://devfeed.tech/tags/security.md>), [soc2](<https://devfeed.tech/tags/soc2.md>), [sso](<https://devfeed.tech/tags/sso.md>)

### AI overview

Gravitational announced its rebrand to Teleport and launched the Teleport Access Platform. The platform consolidates access controls, auditing, and compliance across infrastructure, applications, and data, including servers and Kubernetes clusters, using SSO and short-lived certificates.

### Source excerpt

Teleport is the First Platform to Consolidate Access, Audit, and Compliance Across All Environments

## Seven Practices to Prepare a Startup for SOC 2

DevFeed: [Seven Practices to Prepare a Startup for SOC 2](<https://devfeed.tech/articles/the-soc2-starting-seven-29174.md>)

Original publisher: [Read original article](<https://www.latacora.com/blog/2020/03/12/soc2-starting-seven/>)

Published: 2020-03-12T17:49:00Z

Content type: tutorial

Language: en

Sources: [Latacora](<https://devfeed.tech/sources/latacora.md>)

Topics: [soc2](<https://devfeed.tech/topics/soc2.md>), [Security](<https://devfeed.tech/topics/security.md>), [Terraform](<https://devfeed.tech/topics/terraform.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Google Cloud Identity](<https://devfeed.tech/topics/google-cloud-identity.md>), [okta](<https://devfeed.tech/topics/okta.md>), [Logging](<https://devfeed.tech/topics/logging.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [AWS CloudTrail](<https://devfeed.tech/topics/aws-cloudtrail.md>), [protected branches](<https://devfeed.tech/topics/protected-branches.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [cloudtrail](<https://devfeed.tech/tags/cloudtrail.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [github](<https://devfeed.tech/tags/github.md>), [logging](<https://devfeed.tech/tags/logging.md>), [okta](<https://devfeed.tech/tags/okta.md>), [patches](<https://devfeed.tech/tags/patches.md>), [protected-branches](<https://devfeed.tech/tags/protected-branches.md>), [security](<https://devfeed.tech/tags/security.md>), [soc2](<https://devfeed.tech/tags/soc2.md>), [terraform](<https://devfeed.tech/tags/terraform.md>)

### AI overview

The article recommends seven practices for startups that expect large-company clients to require a SOC 2 report: centralized identity with 2FA, pull-request controls and CI/CD, centralized logging, infrastructure provisioning with Terraform or a similar tool, AWS CloudTrail and AssumeRole, device management with encryption and current patches, and software vendor risk tracking. It also recommends documenting basic policies.

### Source excerpt

So, you plan to sell your startup's product to big companies one day. Congratu-dolences! Really, that's probably the only reason you should care about this article. If that's not you, go forth and live your life! We'll ask no more of your time. For the rest of you: Industry people talk about SOC2 a lot, and it's taken on a quasi-mystical status, not least because it's the product of the quasi-mystical accounting industry. But what it all boils down to is: eventually you'll run into big-company clients demanding a SOC2 report to close a sale. You know this and worry about it.