Skip to content

feat: Implement k8s auth provider#567

Draft
gtema wants to merge 1 commit intomainfrom
kubernetes_auth
Draft

feat: Implement k8s auth provider#567
gtema wants to merge 1 commit intomainfrom
kubernetes_auth

Conversation

@gtema
Copy link
Collaborator

@gtema gtema commented Feb 18, 2026

Introduce a provider for managing the k8s auth resources (configs and
roles).

Closes: #566

Introduce a provider for managing the k8s auth resources (configs and
roles).

Closes: #566
impl From<K8sAuthConfigurationCreate> for db_k8s_auth::ActiveModel {
fn from(value: K8sAuthConfigurationCreate) -> Self {
Self {
ca_cert: value.ca_cert.map(Set).unwrap_or(NotSet).into(),

Check failure

Code scanning / CodeQL

Cleartext logging of sensitive information High

This operation writes
value.ca_cert
to a log file.

Copilot Autofix

AI about 4 hours ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement provider for the resources CRUD

1 participant

Comments