diff --git a/manifests/init.pp b/manifests/init.pp
index beda6afb0401153217b033c95b82ab943ca1aacf..e12c141831a3ff5d301722c106186ba312672bb6 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -323,7 +323,7 @@ class lysgraf {
         name                 => 'Keycloak-OAuth',
         allow_sign_up        => true,
         client_id            => 'grafana-oauth',
-        client_secret        => Sensitive(chomp(lookup('lysgraf::grafana::client_secret_content'))),
+        client_secret        => chomp(lookup('lysgraf::grafana::client_secret_content')),
         scopes               => 'openid email profile offline_access roles',
         email_attribute_path => 'email',
         login_attribute_path => 'username',