From bb0eb415649225ab4342a52b246f68f293c49f08 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 15 Mar 2021 14:19:33 +0200 Subject: add liw client --- roles/qvisqve/templates/liw.j2 | 78 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 roles/qvisqve/templates/liw.j2 diff --git a/roles/qvisqve/templates/liw.j2 b/roles/qvisqve/templates/liw.j2 new file mode 100644 index 0000000..5e4af24 --- /dev/null +++ b/roles/qvisqve/templates/liw.j2 @@ -0,0 +1,78 @@ +allowed_scopes: + - uapi_clients_get + - uapi_clients_id_get + - uapi_clients_id_put + - uapi_clients_id_delete + - uapi_clients_post + - uapi_applications_post + - uapi_applications_get + - uapi_applications_id_get + - uapi_applications_id_put + - uapi_applications_id_delete + - uapi_clients_id_secret_put + - uapi_users_post + - uapi_users_get + - uapi_users_id_get + - uapi_users_id_put + - uapi_users_id_secret_put + - uapi_users_id_delete + - uapi_applications_post + - uapi_applications_get + - uapi_applications_id_get + - uapi_applications_id_put + - uapi_applications_id_delete + - uapi_applications_id_scret_put + - uapi_applications_id_secret_put + - uapi_projects_post + - uapi_projects_get + - uapi_projects_id_get + - uapi_projects_id_put + - uapi_projects_id_delete + - uapi_pipelines_post + - uapi_pipelines_get + - uapi_pipelines_id_get + - uapi_pipelines_id_put + - uapi_pipelines_id_delete + - uapi_workers_post + - uapi_workers_get + - uapi_workers_id_get + - uapi_workers_id_put + - uapi_workers_id_delete + - uapi_work_post + - uapi_work_get + - uapi_work_id_get + - uapi_work_id_put + - uapi_work_id_delete + - uapi_builds_post + - uapi_builds_get + - uapi_builds_id_get + - uapi_builds_id_put + - uapi_builds_id_delete + - uapi_logs_post + - uapi_logs_get + - uapi_logs_id_get + - uapi_logs_id_put + - uapi_logs_id_delete + + - uapi_version_get + - uapi_work_post + - uapi_status_get + - uapi_projects_id_status_get + - uapi_projects_id_status_put + - uapi_blobs_id_get + - uapi_blobs_id_put + - uapi_notify_post + + - create + - update + - show + - delete + +hashed_secret: + hash: "{{ qvisqve_liw_hash }}" + salt: "{{ qvisqve_liw_salt }}" + N: 16384 + key_len: 128 + p: 1 + r: 8 + version: 1 -- cgit v1.2.1