Skip to content

Commit a6bd9e6

Browse files
jchrostek-ddclaude
andcommitted
chore: remove module doc comments inconsistent with codebase style
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 6178449 commit a6bd9e6

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

bottlecap/src/secrets/delegated_auth/auth_proof.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
//! STS `GetCallerIdentity` signing for AWS delegated authentication
2-
//!
3-
//! Generates a signed STS `GetCallerIdentity` request that proves access to AWS credentials.
4-
//! The proof is sent to Datadog's intake-key API to obtain a managed API key.
5-
61
use base64::prelude::*;
72
use chrono::Utc;
83
use hmac::{Hmac, Mac};

bottlecap/src/secrets/delegated_auth/client.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
//! Datadog intake-key API client for delegated authentication
2-
//!
3-
//! Exchanges the signed STS `GetCallerIdentity` proof for a managed API key.
4-
51
use datadog_fips::reqwest_adapter::create_reqwest_client_builder;
62
use reqwest::header::{AUTHORIZATION, CONTENT_TYPE, HeaderMap, HeaderValue};
73
use serde::Deserialize;

bottlecap/src/secrets/delegated_auth/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
//! AWS Delegated Authentication module
2-
//!
3-
//! This module provides the ability to obtain a managed Datadog API key using
4-
//! AWS Lambda execution role credentials via SigV4-signed STS requests.
5-
61
pub mod auth_proof;
72
pub mod client;
83

0 commit comments

Comments
 (0)