From 987d7fcc150e5ccbd01152cf318a4d2f2708b0ee Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Mon, 11 May 2020 01:20:47 +0100 Subject: [PATCH] . --- drone-starlark/repos/chat/public-secrets.star | 28 --------------- drone-starlark/repos/chat/secret-secrets.star | 21 ----------- .../repos/commento/public-secrets.star | 23 ------------ .../repos/commento/secret-secrets.star | 18 ---------- .../repos/drone/public-secrets.star | 27 -------------- .../repos/drone/secret-secrets.star | 19 ---------- .../repos/ghost/public-secrets.star | 27 -------------- .../repos/ghost/secret-secrets.star | 21 ----------- .../repos/gitea/public-secrets.star | 26 -------------- .../repos/gitea/secret-secrets.star | 17 --------- .../repos/guacamole/public-secrets.star | 29 --------------- .../repos/guacamole/secret-secrets.star | 21 ----------- .../repos/matomo/public-secrets.star | 35 +------------------ .../repos/matomo/secret-secrets.star | 20 ----------- .../repos/portainer/public-secrets.star | 35 +------------------ .../repos/portainer/secret-secrets.star | 25 +------------ .../repos/proxy/public-secrets.star | 29 --------------- .../repos/proxy/secret-secrets.star | 21 ----------- .../repos/zabbix/public-secrets.star | 31 ---------------- .../repos/zabbix/secret-secrets.star | 20 ----------- 20 files changed, 3 insertions(+), 490 deletions(-) diff --git a/drone-starlark/repos/chat/public-secrets.star b/drone-starlark/repos/chat/public-secrets.star index f229e64..f3c1145 100644 --- a/drone-starlark/repos/chat/public-secrets.star +++ b/drone-starlark/repos/chat/public-secrets.star @@ -1,34 +1,6 @@ publicSecrets = [ - "title", - "description", - "certbot-email", - "drone-domain", - "drone-gitea-client-id", - "drone-gitea-server", - "drone-server-host", "git-domain", "local-docker-registry", - "ssh-host", - "guacamole-postgres-db", - "guacamole-postgres-user", - "sigyl-stack-root", - "sigyl-stack-name", - "ghost-mail-service", - "ghost-mail-user", "chat-admin-name", "chat-admin-email", - "gitea-mailer-host", - "gitea-mailer-from", - "gitea-mailer-user", - "gitea-app-name", - "commento-origin", - "commento-smtp-host", - "commento-smtp-port", - "commento-smtp-username", - "commento-smtp-from-address", - "commento-forbid-new-owners", - "commento-postgres-db", - "commento-postgres-user", - "commento-github-key", - "nagios-admin-user", ] \ No newline at end of file diff --git a/drone-starlark/repos/chat/secret-secrets.star b/drone-starlark/repos/chat/secret-secrets.star index 6b38263..2d1fba3 100644 --- a/drone-starlark/repos/chat/secret-secrets.star +++ b/drone-starlark/repos/chat/secret-secrets.star @@ -1,24 +1,3 @@ secretSecrets = [ - "drone-convert-secret", - "drone-gitea-client-secret", - "drone-rpc-secret", - "guacamole-postgres-password", - "ngrok-auth-token", - "ghost-mail-password", - "ghost-mysql-root-password", "chat-admin-password", - "gitea-server-lfs-jwt-secret", - "gitea-security-secret-key", - "gitea-security-internal-token", - "gitea-oauth2-jwt-secret", - "gitea-mailer-passwd", - "commento-smtp-password", - "commento-askimet-key", - "commento-postgres-password", - "commento-github-secret", - "matomo-mysql-root-password", - "matomo-mysql-password", - "nagios-admin-password", - "zabbix-mysql-root-password", - "zabbix-mysql-password", ] \ No newline at end of file diff --git a/drone-starlark/repos/commento/public-secrets.star b/drone-starlark/repos/commento/public-secrets.star index f229e64..9daf73d 100644 --- a/drone-starlark/repos/commento/public-secrets.star +++ b/drone-starlark/repos/commento/public-secrets.star @@ -1,26 +1,4 @@ publicSecrets = [ - "title", - "description", - "certbot-email", - "drone-domain", - "drone-gitea-client-id", - "drone-gitea-server", - "drone-server-host", - "git-domain", - "local-docker-registry", - "ssh-host", - "guacamole-postgres-db", - "guacamole-postgres-user", - "sigyl-stack-root", - "sigyl-stack-name", - "ghost-mail-service", - "ghost-mail-user", - "chat-admin-name", - "chat-admin-email", - "gitea-mailer-host", - "gitea-mailer-from", - "gitea-mailer-user", - "gitea-app-name", "commento-origin", "commento-smtp-host", "commento-smtp-port", @@ -30,5 +8,4 @@ publicSecrets = [ "commento-postgres-db", "commento-postgres-user", "commento-github-key", - "nagios-admin-user", ] \ No newline at end of file diff --git a/drone-starlark/repos/commento/secret-secrets.star b/drone-starlark/repos/commento/secret-secrets.star index 6b38263..89a50fb 100644 --- a/drone-starlark/repos/commento/secret-secrets.star +++ b/drone-starlark/repos/commento/secret-secrets.star @@ -1,24 +1,6 @@ secretSecrets = [ - "drone-convert-secret", - "drone-gitea-client-secret", - "drone-rpc-secret", - "guacamole-postgres-password", - "ngrok-auth-token", - "ghost-mail-password", - "ghost-mysql-root-password", - "chat-admin-password", - "gitea-server-lfs-jwt-secret", - "gitea-security-secret-key", - "gitea-security-internal-token", - "gitea-oauth2-jwt-secret", - "gitea-mailer-passwd", "commento-smtp-password", "commento-askimet-key", "commento-postgres-password", "commento-github-secret", - "matomo-mysql-root-password", - "matomo-mysql-password", - "nagios-admin-password", - "zabbix-mysql-root-password", - "zabbix-mysql-password", ] \ No newline at end of file diff --git a/drone-starlark/repos/drone/public-secrets.star b/drone-starlark/repos/drone/public-secrets.star index f229e64..76d0b11 100644 --- a/drone-starlark/repos/drone/public-secrets.star +++ b/drone-starlark/repos/drone/public-secrets.star @@ -1,34 +1,7 @@ publicSecrets = [ - "title", - "description", - "certbot-email", "drone-domain", "drone-gitea-client-id", "drone-gitea-server", "drone-server-host", - "git-domain", "local-docker-registry", - "ssh-host", - "guacamole-postgres-db", - "guacamole-postgres-user", - "sigyl-stack-root", - "sigyl-stack-name", - "ghost-mail-service", - "ghost-mail-user", - "chat-admin-name", - "chat-admin-email", - "gitea-mailer-host", - "gitea-mailer-from", - "gitea-mailer-user", - "gitea-app-name", - "commento-origin", - "commento-smtp-host", - "commento-smtp-port", - "commento-smtp-username", - "commento-smtp-from-address", - "commento-forbid-new-owners", - "commento-postgres-db", - "commento-postgres-user", - "commento-github-key", - "nagios-admin-user", ] \ No newline at end of file diff --git a/drone-starlark/repos/drone/secret-secrets.star b/drone-starlark/repos/drone/secret-secrets.star index 6b38263..2e04f61 100644 --- a/drone-starlark/repos/drone/secret-secrets.star +++ b/drone-starlark/repos/drone/secret-secrets.star @@ -2,23 +2,4 @@ secretSecrets = [ "drone-convert-secret", "drone-gitea-client-secret", "drone-rpc-secret", - "guacamole-postgres-password", - "ngrok-auth-token", - "ghost-mail-password", - "ghost-mysql-root-password", - "chat-admin-password", - "gitea-server-lfs-jwt-secret", - "gitea-security-secret-key", - "gitea-security-internal-token", - "gitea-oauth2-jwt-secret", - "gitea-mailer-passwd", - "commento-smtp-password", - "commento-askimet-key", - "commento-postgres-password", - "commento-github-secret", - "matomo-mysql-root-password", - "matomo-mysql-password", - "nagios-admin-password", - "zabbix-mysql-root-password", - "zabbix-mysql-password", ] \ No newline at end of file diff --git a/drone-starlark/repos/ghost/public-secrets.star b/drone-starlark/repos/ghost/public-secrets.star index f229e64..7c6c36a 100644 --- a/drone-starlark/repos/ghost/public-secrets.star +++ b/drone-starlark/repos/ghost/public-secrets.star @@ -1,34 +1,7 @@ publicSecrets = [ - "title", - "description", - "certbot-email", - "drone-domain", - "drone-gitea-client-id", - "drone-gitea-server", - "drone-server-host", "git-domain", "local-docker-registry", - "ssh-host", - "guacamole-postgres-db", - "guacamole-postgres-user", - "sigyl-stack-root", - "sigyl-stack-name", "ghost-mail-service", "ghost-mail-user", - "chat-admin-name", - "chat-admin-email", - "gitea-mailer-host", - "gitea-mailer-from", - "gitea-mailer-user", - "gitea-app-name", "commento-origin", - "commento-smtp-host", - "commento-smtp-port", - "commento-smtp-username", - "commento-smtp-from-address", - "commento-forbid-new-owners", - "commento-postgres-db", - "commento-postgres-user", - "commento-github-key", - "nagios-admin-user", ] \ No newline at end of file diff --git a/drone-starlark/repos/ghost/secret-secrets.star b/drone-starlark/repos/ghost/secret-secrets.star index 6b38263..a2fa134 100644 --- a/drone-starlark/repos/ghost/secret-secrets.star +++ b/drone-starlark/repos/ghost/secret-secrets.star @@ -1,24 +1,3 @@ secretSecrets = [ - "drone-convert-secret", - "drone-gitea-client-secret", - "drone-rpc-secret", - "guacamole-postgres-password", - "ngrok-auth-token", - "ghost-mail-password", "ghost-mysql-root-password", - "chat-admin-password", - "gitea-server-lfs-jwt-secret", - "gitea-security-secret-key", - "gitea-security-internal-token", - "gitea-oauth2-jwt-secret", - "gitea-mailer-passwd", - "commento-smtp-password", - "commento-askimet-key", - "commento-postgres-password", - "commento-github-secret", - "matomo-mysql-root-password", - "matomo-mysql-password", - "nagios-admin-password", - "zabbix-mysql-root-password", - "zabbix-mysql-password", ] \ No newline at end of file diff --git a/drone-starlark/repos/gitea/public-secrets.star b/drone-starlark/repos/gitea/public-secrets.star index f229e64..993e8f8 100644 --- a/drone-starlark/repos/gitea/public-secrets.star +++ b/drone-starlark/repos/gitea/public-secrets.star @@ -1,34 +1,8 @@ publicSecrets = [ - "title", - "description", - "certbot-email", - "drone-domain", - "drone-gitea-client-id", - "drone-gitea-server", - "drone-server-host", "git-domain", "local-docker-registry", - "ssh-host", - "guacamole-postgres-db", - "guacamole-postgres-user", - "sigyl-stack-root", - "sigyl-stack-name", - "ghost-mail-service", - "ghost-mail-user", - "chat-admin-name", - "chat-admin-email", "gitea-mailer-host", "gitea-mailer-from", "gitea-mailer-user", "gitea-app-name", - "commento-origin", - "commento-smtp-host", - "commento-smtp-port", - "commento-smtp-username", - "commento-smtp-from-address", - "commento-forbid-new-owners", - "commento-postgres-db", - "commento-postgres-user", - "commento-github-key", - "nagios-admin-user", ] \ No newline at end of file diff --git a/drone-starlark/repos/gitea/secret-secrets.star b/drone-starlark/repos/gitea/secret-secrets.star index 6b38263..d093d87 100644 --- a/drone-starlark/repos/gitea/secret-secrets.star +++ b/drone-starlark/repos/gitea/secret-secrets.star @@ -1,24 +1,7 @@ secretSecrets = [ - "drone-convert-secret", - "drone-gitea-client-secret", - "drone-rpc-secret", - "guacamole-postgres-password", - "ngrok-auth-token", - "ghost-mail-password", - "ghost-mysql-root-password", - "chat-admin-password", "gitea-server-lfs-jwt-secret", "gitea-security-secret-key", "gitea-security-internal-token", "gitea-oauth2-jwt-secret", "gitea-mailer-passwd", - "commento-smtp-password", - "commento-askimet-key", - "commento-postgres-password", - "commento-github-secret", - "matomo-mysql-root-password", - "matomo-mysql-password", - "nagios-admin-password", - "zabbix-mysql-root-password", - "zabbix-mysql-password", ] \ No newline at end of file diff --git a/drone-starlark/repos/guacamole/public-secrets.star b/drone-starlark/repos/guacamole/public-secrets.star index f229e64..29f27c2 100644 --- a/drone-starlark/repos/guacamole/public-secrets.star +++ b/drone-starlark/repos/guacamole/public-secrets.star @@ -1,34 +1,5 @@ publicSecrets = [ - "title", - "description", - "certbot-email", - "drone-domain", - "drone-gitea-client-id", - "drone-gitea-server", - "drone-server-host", - "git-domain", "local-docker-registry", - "ssh-host", "guacamole-postgres-db", "guacamole-postgres-user", - "sigyl-stack-root", - "sigyl-stack-name", - "ghost-mail-service", - "ghost-mail-user", - "chat-admin-name", - "chat-admin-email", - "gitea-mailer-host", - "gitea-mailer-from", - "gitea-mailer-user", - "gitea-app-name", - "commento-origin", - "commento-smtp-host", - "commento-smtp-port", - "commento-smtp-username", - "commento-smtp-from-address", - "commento-forbid-new-owners", - "commento-postgres-db", - "commento-postgres-user", - "commento-github-key", - "nagios-admin-user", ] \ No newline at end of file diff --git a/drone-starlark/repos/guacamole/secret-secrets.star b/drone-starlark/repos/guacamole/secret-secrets.star index 6b38263..5eb83e0 100644 --- a/drone-starlark/repos/guacamole/secret-secrets.star +++ b/drone-starlark/repos/guacamole/secret-secrets.star @@ -1,24 +1,3 @@ secretSecrets = [ - "drone-convert-secret", - "drone-gitea-client-secret", - "drone-rpc-secret", "guacamole-postgres-password", - "ngrok-auth-token", - "ghost-mail-password", - "ghost-mysql-root-password", - "chat-admin-password", - "gitea-server-lfs-jwt-secret", - "gitea-security-secret-key", - "gitea-security-internal-token", - "gitea-oauth2-jwt-secret", - "gitea-mailer-passwd", - "commento-smtp-password", - "commento-askimet-key", - "commento-postgres-password", - "commento-github-secret", - "matomo-mysql-root-password", - "matomo-mysql-password", - "nagios-admin-password", - "zabbix-mysql-root-password", - "zabbix-mysql-password", ] \ No newline at end of file diff --git a/drone-starlark/repos/matomo/public-secrets.star b/drone-starlark/repos/matomo/public-secrets.star index f229e64..f20c2aa 100644 --- a/drone-starlark/repos/matomo/public-secrets.star +++ b/drone-starlark/repos/matomo/public-secrets.star @@ -1,34 +1 @@ -publicSecrets = [ - "title", - "description", - "certbot-email", - "drone-domain", - "drone-gitea-client-id", - "drone-gitea-server", - "drone-server-host", - "git-domain", - "local-docker-registry", - "ssh-host", - "guacamole-postgres-db", - "guacamole-postgres-user", - "sigyl-stack-root", - "sigyl-stack-name", - "ghost-mail-service", - "ghost-mail-user", - "chat-admin-name", - "chat-admin-email", - "gitea-mailer-host", - "gitea-mailer-from", - "gitea-mailer-user", - "gitea-app-name", - "commento-origin", - "commento-smtp-host", - "commento-smtp-port", - "commento-smtp-username", - "commento-smtp-from-address", - "commento-forbid-new-owners", - "commento-postgres-db", - "commento-postgres-user", - "commento-github-key", - "nagios-admin-user", -] \ No newline at end of file +publicSecrets = [] diff --git a/drone-starlark/repos/matomo/secret-secrets.star b/drone-starlark/repos/matomo/secret-secrets.star index 6b38263..373c06d 100644 --- a/drone-starlark/repos/matomo/secret-secrets.star +++ b/drone-starlark/repos/matomo/secret-secrets.star @@ -1,24 +1,4 @@ secretSecrets = [ - "drone-convert-secret", - "drone-gitea-client-secret", - "drone-rpc-secret", - "guacamole-postgres-password", - "ngrok-auth-token", - "ghost-mail-password", - "ghost-mysql-root-password", - "chat-admin-password", - "gitea-server-lfs-jwt-secret", - "gitea-security-secret-key", - "gitea-security-internal-token", - "gitea-oauth2-jwt-secret", - "gitea-mailer-passwd", - "commento-smtp-password", - "commento-askimet-key", - "commento-postgres-password", - "commento-github-secret", "matomo-mysql-root-password", "matomo-mysql-password", - "nagios-admin-password", - "zabbix-mysql-root-password", - "zabbix-mysql-password", ] \ No newline at end of file diff --git a/drone-starlark/repos/portainer/public-secrets.star b/drone-starlark/repos/portainer/public-secrets.star index f229e64..f20c2aa 100644 --- a/drone-starlark/repos/portainer/public-secrets.star +++ b/drone-starlark/repos/portainer/public-secrets.star @@ -1,34 +1 @@ -publicSecrets = [ - "title", - "description", - "certbot-email", - "drone-domain", - "drone-gitea-client-id", - "drone-gitea-server", - "drone-server-host", - "git-domain", - "local-docker-registry", - "ssh-host", - "guacamole-postgres-db", - "guacamole-postgres-user", - "sigyl-stack-root", - "sigyl-stack-name", - "ghost-mail-service", - "ghost-mail-user", - "chat-admin-name", - "chat-admin-email", - "gitea-mailer-host", - "gitea-mailer-from", - "gitea-mailer-user", - "gitea-app-name", - "commento-origin", - "commento-smtp-host", - "commento-smtp-port", - "commento-smtp-username", - "commento-smtp-from-address", - "commento-forbid-new-owners", - "commento-postgres-db", - "commento-postgres-user", - "commento-github-key", - "nagios-admin-user", -] \ No newline at end of file +publicSecrets = [] diff --git a/drone-starlark/repos/portainer/secret-secrets.star b/drone-starlark/repos/portainer/secret-secrets.star index 6b38263..301110f 100644 --- a/drone-starlark/repos/portainer/secret-secrets.star +++ b/drone-starlark/repos/portainer/secret-secrets.star @@ -1,24 +1 @@ -secretSecrets = [ - "drone-convert-secret", - "drone-gitea-client-secret", - "drone-rpc-secret", - "guacamole-postgres-password", - "ngrok-auth-token", - "ghost-mail-password", - "ghost-mysql-root-password", - "chat-admin-password", - "gitea-server-lfs-jwt-secret", - "gitea-security-secret-key", - "gitea-security-internal-token", - "gitea-oauth2-jwt-secret", - "gitea-mailer-passwd", - "commento-smtp-password", - "commento-askimet-key", - "commento-postgres-password", - "commento-github-secret", - "matomo-mysql-root-password", - "matomo-mysql-password", - "nagios-admin-password", - "zabbix-mysql-root-password", - "zabbix-mysql-password", -] \ No newline at end of file +secretSecrets = [] diff --git a/drone-starlark/repos/proxy/public-secrets.star b/drone-starlark/repos/proxy/public-secrets.star index f229e64..400e6cd 100644 --- a/drone-starlark/repos/proxy/public-secrets.star +++ b/drone-starlark/repos/proxy/public-secrets.star @@ -1,34 +1,5 @@ publicSecrets = [ - "title", - "description", "certbot-email", "drone-domain", - "drone-gitea-client-id", - "drone-gitea-server", - "drone-server-host", "git-domain", - "local-docker-registry", - "ssh-host", - "guacamole-postgres-db", - "guacamole-postgres-user", - "sigyl-stack-root", - "sigyl-stack-name", - "ghost-mail-service", - "ghost-mail-user", - "chat-admin-name", - "chat-admin-email", - "gitea-mailer-host", - "gitea-mailer-from", - "gitea-mailer-user", - "gitea-app-name", - "commento-origin", - "commento-smtp-host", - "commento-smtp-port", - "commento-smtp-username", - "commento-smtp-from-address", - "commento-forbid-new-owners", - "commento-postgres-db", - "commento-postgres-user", - "commento-github-key", - "nagios-admin-user", ] \ No newline at end of file diff --git a/drone-starlark/repos/proxy/secret-secrets.star b/drone-starlark/repos/proxy/secret-secrets.star index 6b38263..dd71813 100644 --- a/drone-starlark/repos/proxy/secret-secrets.star +++ b/drone-starlark/repos/proxy/secret-secrets.star @@ -1,24 +1,3 @@ secretSecrets = [ - "drone-convert-secret", - "drone-gitea-client-secret", - "drone-rpc-secret", - "guacamole-postgres-password", "ngrok-auth-token", - "ghost-mail-password", - "ghost-mysql-root-password", - "chat-admin-password", - "gitea-server-lfs-jwt-secret", - "gitea-security-secret-key", - "gitea-security-internal-token", - "gitea-oauth2-jwt-secret", - "gitea-mailer-passwd", - "commento-smtp-password", - "commento-askimet-key", - "commento-postgres-password", - "commento-github-secret", - "matomo-mysql-root-password", - "matomo-mysql-password", - "nagios-admin-password", - "zabbix-mysql-root-password", - "zabbix-mysql-password", ] \ No newline at end of file diff --git a/drone-starlark/repos/zabbix/public-secrets.star b/drone-starlark/repos/zabbix/public-secrets.star index f229e64..19b8978 100644 --- a/drone-starlark/repos/zabbix/public-secrets.star +++ b/drone-starlark/repos/zabbix/public-secrets.star @@ -1,34 +1,3 @@ publicSecrets = [ - "title", - "description", - "certbot-email", - "drone-domain", - "drone-gitea-client-id", - "drone-gitea-server", - "drone-server-host", - "git-domain", "local-docker-registry", - "ssh-host", - "guacamole-postgres-db", - "guacamole-postgres-user", - "sigyl-stack-root", - "sigyl-stack-name", - "ghost-mail-service", - "ghost-mail-user", - "chat-admin-name", - "chat-admin-email", - "gitea-mailer-host", - "gitea-mailer-from", - "gitea-mailer-user", - "gitea-app-name", - "commento-origin", - "commento-smtp-host", - "commento-smtp-port", - "commento-smtp-username", - "commento-smtp-from-address", - "commento-forbid-new-owners", - "commento-postgres-db", - "commento-postgres-user", - "commento-github-key", - "nagios-admin-user", ] \ No newline at end of file diff --git a/drone-starlark/repos/zabbix/secret-secrets.star b/drone-starlark/repos/zabbix/secret-secrets.star index 6b38263..621d7da 100644 --- a/drone-starlark/repos/zabbix/secret-secrets.star +++ b/drone-starlark/repos/zabbix/secret-secrets.star @@ -1,24 +1,4 @@ secretSecrets = [ - "drone-convert-secret", - "drone-gitea-client-secret", - "drone-rpc-secret", - "guacamole-postgres-password", - "ngrok-auth-token", - "ghost-mail-password", - "ghost-mysql-root-password", - "chat-admin-password", - "gitea-server-lfs-jwt-secret", - "gitea-security-secret-key", - "gitea-security-internal-token", - "gitea-oauth2-jwt-secret", - "gitea-mailer-passwd", - "commento-smtp-password", - "commento-askimet-key", - "commento-postgres-password", - "commento-github-secret", - "matomo-mysql-root-password", - "matomo-mysql-password", - "nagios-admin-password", "zabbix-mysql-root-password", "zabbix-mysql-password", ] \ No newline at end of file