secret Archives - Intelligence Community News https://intelligencecommunitynews.com/tag/secret/ Breaking news about the market for products, systems and services for the U.S. intelligence community Wed, 20 May 2026 14:26:08 +0000 en-US hourly 1 https://wordpress.org/?v=7.0 https://intelligencecommunitynews.com/wp-content/uploads/2018/10/cropped-ICN-square-logo-400-32x32.jpg secret Archives - Intelligence Community News https://intelligencecommunitynews.com/tag/secret/ 32 32 59882712 Second Front Systems and DAF CLOUDworks expand collaboration https://intelligencecommunitynews.com/second-front-systems-and-daf-cloudworks-expand-collaboration/?utm_source=rss&utm_medium=rss&utm_campaign=second-front-systems-and-daf-cloudworks-expand-collaboration Wed, 20 May 2026 14:26:08 +0000 https://intelligencecommunitynews.com/?p=44610 Second Front Systems (2F) announced on May 19 an expanded partnership with DAF CLOUDworks to deploy its Game Warden platform...

The post Second Front Systems and DAF CLOUDworks expand collaboration appeared first on Intelligence Community News.

]]>
Second Front Systems (2F) announced on May 19 an expanded partnership with DAF CLOUDworks to deploy its Game Warden platform across DAF CLOUDworks’ Unclassified, Secret, and Top Secret infrastructure environments, strengthening how mission-critical commercial software is securely delivered, authorized, and sustained across some of the government’s most sensitive operational environments.

Together, Second Front and DAF CLOUDworks are establishing a scalable, secure pathway for the Department of War (DoW) and the Intelligence Community (IC) to rapidly operationalize commercial software across classified and unclassified environments. By integrating Game Warden into DAF CLOUDworks’ infrastructure, the partnership enables software to move more efficiently across mission environments without restarting security and deployment processes from scratch. This helps reduce infrastructure duplication, lower operational burden on technical security teams, and accelerate the delivery of critical capabilities to the field.

“Mission advantage depends on speed, trust, and the ability to move software into the environments where it is needed without unnecessary friction,” said Mamie Cruse, chief mission officer at Second Front. “Our partnership with DAF CLOUDworks strengthens how the DoW and IC can securely operationalize commercial software across classified and unclassified environments with greater speed and consistency. This is about accelerating how critical capabilities move from innovation to mission use.”

As software becomes increasingly central to mission execution, trusted pathways for secure software delivery are essential to ensuring operators can access critical capabilities where and when they are needed. This partnership reflects a shared commitment between Second Front and DAF CLOUDworks to modernize how software moves across regulated mission environments and reduce the friction that slows operational capability from reaching users.

“Deploying 2F Game Warden across DAF CLOUDworks’ unclassified and classified environments strengthens how we deliver secure, mission-ready software to the enterprise,” said Andrew Vanderhoof, director of DAF CLOUDworks. “Through this partnership, we are creating a repeatable approach for integrating commercial applications that improves speed, consistency, and scalability while helping the DoW and IC more effectively operationalize innovation. Game Warden enables us to bring these technologies into secure environments faster while reducing friction for government teams responsible for software delivery.”

Source: Second Front Systems

Your competitors read IC News each day. Shouldn’t you? Learn more about our subscription options, and keep up with every move in the IC contracting space.

The post Second Front Systems and DAF CLOUDworks expand collaboration appeared first on Intelligence Community News.

]]>
44610
How to bring secrets under management https://intelligencecommunitynews.com/ic-insiders-how-to-bring-secrets-under-management/?utm_source=rss&utm_medium=rss&utm_campaign=ic-insiders-how-to-bring-secrets-under-management Thu, 22 Feb 2024 14:47:49 +0000 https://intelligencecommunitynews.com/?p=37886 From IC Insider HashiCorp How Vault Radar can detect credentials not in your secrets management platform. HashiCorp What is a...

The post How to bring secrets under management appeared first on Intelligence Community News.

]]>
From IC Insider HashiCorp

How Vault Radar can detect credentials not in your secrets management platform.

HashiCorp

What is a secret? A secret is a privileged credential or sensitive data that you want to tightly control access to, such as API encryption keys, passwords, and certificates. This post will look at the state of secrets management and show how HCP Vault Radar can help you find and account for unmanaged secrets.

Secrets management

One of the main challenges with secrets is secret sprawl.  Secret sprawl happens when there are unaccounted-for secrets across environments without a plan to manage the lifecycle of those secrets. The solution is secrets management. Secrets management is a strategy for securely storing, rotating, and transmitting secrets to the systems that need to use them. Let’s dive deeper and understand the strategies of secrets management.

Centralization versus decentralization of secrets

It’s just a matter of time before someone gets on your network, behind your castle and moat. It happened in the Target breach, the Neiman Marcus breach, the Google breach, the Equifax breach, the list goes on. From an offensive perspective, it is just a matter of time before an unmanaged secret is compromised.

An unmanaged secret is a secret that does not follow all of your information security best practices and is generally a one-off that must be accounted for post-breach. A common example is a cloud service API key that has been accidentally committed into version control in plaintext.

A managed secret is ideally managed in a centralized platform so if a credential is compromised it can quickly be rotated without having to find the right secret storage location. There are two main types of secrets:

1). Dynamic secrets can be rotated with a lease

2). Static secrets which involve some manual imperative approaches to rotate

So the first step is to conduct periodic secret scans and create an environment where secrets are not owned but leased.

 A fundamental change in thinking

Secret sprawl grows exponentially in a multi-platform hybrid world, leading to a larger attack surface. This occurs because each cloud service provider, third-party service, or provider has a distinct workflow. Multi-platform hybrid workflows all involve secrets and credentials and places they need to interact. As the environment and complexity grow so does the secrets management overhead. Streamlining the value chain of reducing the time, risk, and operational overhead with managed secrets is essential to a successful secrets management program.

How to account for unmanaged secrets

HCP Vault Radar is an exciting new addition to HashiCorp Vault’s secrets lifecycle management functionality. Vault Radar facilitates automated scanning and ongoing detection of unmanaged secrets in various code repositories and other data sources. This critical functionality further differentiates HashiCorp Vault’s secrets management offering by allowing organizations to take a proactive approach to remediation before a data breach occurs.

Vault Radar is a powerful tool for detecting and managing secrets sprawl in your organization. To learn more or be selected for the beta program, sign up to receive updates.

Trying out Vault Radar

Prerequisites:

 

  1. Navigate to the HCP Portal (https://portal.cloud.hashicorp.com).
  2. Navigate to “Get started with Vault Radar.

  1. Navigate to Settings > Add data source.

  1. Select “GitHub Cloud” (or any other available data source you’d like to scan).
  2. For Organization, either enter your GitHub Organization or your GitHub username (username preferred).
  3. Click “Generate a GitHub token…

  1. Copy the generated token and paste it into the configure GitHub cloud form in Vault Radar.
  2. Select desired repositories to be scanned by Vault Radar or allow all repositories to be scanned.

 

Once you have completed the setup, Vault Radar will scan repository contents. You will be presented with a dashboard that includes all detected risks uploaded into the overview dashboard so you can quickly see where you have issues. The dashboard reports high-level metrics and analytics on your code security risks.

 

Developers and code security analysts will gain the greatest benefit by navigating to the events tab, where every finding is cataloged with a recommended remediation workflow. Each event provides valuable information regarding when the risk presented itself, who the author was, and the ability to click a link that takes you directly to the location of the data that was found. This information is vital for security teams who require a real-time window into risk within their organization.

Vault Radar encourages bringing the secret sprawl under control by migrating the data into a secrets management tool such as HashiCorp Vault. By migrating secrets into Vault, your risk can continue to decrease as tighter-knit controls and policies can be applied to secrets.

The missing piece of secrets management

Secrets management encompasses the full lifecycle of a secret. By leveraging HCP Vault Radar to detect these secrets, and HashiCorp Vault to store and manage these secrets, your organization can dramatically decrease the risk associated with secret sprawl down to the moment of risk detection.

About HashiCorp

HashiCorp is the leader in multi-cloud infrastructure automation software. The HashiCorp software suite enables organizations to adopt consistent workflows to provision, secure, connect, and run any infrastructure for any application. HashiCorp open source tools Vagrant, Packer, Terraform, Vault, Consul, and Nomad are downloaded tens of millions of times each year and are broadly adopted by the Global 2000. Enterprise versions of these products enhance the open source tools with features that promote collaboration, operations, governance, and multi-data center functionality. The company is headquartered in San Francisco and backed by Mayfield, GGV Capital, Redpoint Ventures, True Ventures, IVP, and Bessemer Venture Partners. For more information, visit www.hashicorp.com or follow HashiCorp on Twitter @HashiCorp.

About IC Insiders

IC Insiders is a special sponsored feature that provides deep-dive analysis, interviews with IC leaders, perspective from industry experts, and more. Learn how your company can become an IC Insider.

 

The post How to bring secrets under management appeared first on Intelligence Community News.

]]>
37886