summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-15 14:19:33 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-15 14:19:33 +0200
commitbb0eb415649225ab4342a52b246f68f293c49f08 (patch)
tree61476992e86f2926babcc97dbc89d47bfbbdd27b
parent4853270d9f32ba6ab20d8e5bc5554c3847a55f36 (diff)
downloadick2-ansible-bb0eb415649225ab4342a52b246f68f293c49f08.tar.gz
add liw client
-rw-r--r--roles/qvisqve/templates/liw.j278
1 files changed, 78 insertions, 0 deletions
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