[PR #108] [CLOSED] Add support for secrets mounted as files #252

Closed
opened 2025-10-09 17:00:36 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/108
Author: @Flaminel
Created: 3/28/2025
Status: Closed

Base: mainHead: add_support_for_files_as_secrets


📝 Commits (1)

  • 1eacf5d added support for secrets mounted as files

📊 Changes

4 files changed (+82 additions, -3 deletions)

View changed files

📝 code/Executable/DependencyInjection/ConfigurationDI.cs (+7 -2)
📝 code/Executable/DependencyInjection/MainDI.cs (+1 -1)
code/Infrastructure/Providers/DockerSecretsConfigurationProvider.cs (+63 -0)
code/Infrastructure/Providers/DockerSecretsConfigurationSource.cs (+11 -0)

📄 Description

Closes #107


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Cleanuparr/Cleanuparr/pull/108 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 3/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add_support_for_files_as_secrets` --- ### 📝 Commits (1) - [`1eacf5d`](https://github.com/Cleanuparr/Cleanuparr/commit/1eacf5d5eb76f6c1830c8b2f2005a7961fc6a4f5) added support for secrets mounted as files ### 📊 Changes **4 files changed** (+82 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `code/Executable/DependencyInjection/ConfigurationDI.cs` (+7 -2) 📝 `code/Executable/DependencyInjection/MainDI.cs` (+1 -1) ➕ `code/Infrastructure/Providers/DockerSecretsConfigurationProvider.cs` (+63 -0) ➕ `code/Infrastructure/Providers/DockerSecretsConfigurationSource.cs` (+11 -0) </details> ### 📄 Description Closes #107 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-10-09 17:00:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#252
No description provided.