-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jorge aguilar
committed
Dec 3, 2021
1 parent
66ff004
commit e2f2462
Showing
16 changed files
with
1,627 additions
and
1 deletion.
There are no files selected for viewing
193 changes: 193 additions & 0 deletions
193
charts-custom/charts/opensearch/scripts/creacion-usuarios/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,193 @@ | ||
Admin all | ||
sopseg tableros, visualizaciones, descubrimiento, creación de indices | ||
cliente solo visualización de datos | ||
seguridad solo lectura logs y auditoria | ||
|
||
------------ | ||
|
||
|
||
arusadmin: 1234567 | ||
soporte: 1234567 | ||
seguridad: 1234567 | ||
cliente: 1234567 | ||
|
||
------------ | ||
|
||
PUT _plugins/_security/api/roles/arus_soporte | ||
{ | ||
"cluster_permissions" : [ | ||
"cluster_composite_ops" | ||
], | ||
"index_permissions" : [ | ||
{ | ||
"index_patterns" : [ | ||
".kibana", | ||
".kibana-6", | ||
".kibana_*", | ||
".opensearch_dashboards", | ||
".opensearch_dashboards-6", | ||
".opensearch_dashboards_*" | ||
], | ||
"fls" : [ ], | ||
"masked_fields" : [ ], | ||
"allowed_actions" : [ | ||
"read", | ||
"delete", | ||
"manage", | ||
"index" | ||
] | ||
}, | ||
{ | ||
"index_patterns" : [ | ||
".tasks", | ||
".management-beats", | ||
"*:.tasks", | ||
"*:.management-beats" | ||
], | ||
"fls" : [ ], | ||
"masked_fields" : [ ], | ||
"allowed_actions" : [ | ||
"indices_all" | ||
] | ||
}, | ||
{ | ||
"index_patterns" : [ | ||
"auditoria-*", | ||
"sso-logs-*", | ||
"fluentbit-*" | ||
], | ||
"dls" : "", | ||
"fls" : [ ], | ||
"masked_fields" : [ ], | ||
"allowed_actions" : [ | ||
"read", | ||
"index" | ||
] | ||
} | ||
], | ||
"tenant_permissions" : [ | ||
{ | ||
"tenant_patterns" : [ | ||
"global_tenant" | ||
], | ||
"allowed_actions" : [ | ||
"kibana_all_write" | ||
] | ||
} | ||
] | ||
} | ||
|
||
PUT _plugins/_security/api/rolesmapping/arus_soporte | ||
{ | ||
"backend_roles" : [ "arussoporte" ] | ||
} | ||
|
||
----------- | ||
|
||
PUT _plugins/_security/api/roles/arus_seguridad | ||
{ | ||
"cluster_permissions" : [ | ||
"cluster_composite_ops" | ||
], | ||
"index_permissions" : [ | ||
{ | ||
"index_patterns" : [ | ||
".kibana", | ||
".kibana-6", | ||
".kibana_*", | ||
".opensearch_dashboards", | ||
".opensearch_dashboards-6", | ||
".opensearch_dashboards_*" | ||
], | ||
"fls" : [ ], | ||
"masked_fields" : [ ], | ||
"allowed_actions" : [ | ||
"read", | ||
"index" | ||
] | ||
}, | ||
{ | ||
"index_patterns" : [ | ||
"auditoria-*", | ||
"sso-logs-*", | ||
"fluentbit-*" | ||
], | ||
"dls" : "", | ||
"fls" : [ ], | ||
"masked_fields" : [ ], | ||
"allowed_actions" : [ | ||
"read", | ||
"index" | ||
] | ||
} | ||
], | ||
"tenant_permissions" : [ | ||
{ | ||
"tenant_patterns" : [ | ||
"global_tenant" | ||
], | ||
"allowed_actions" : [ | ||
"kibana_all_read" | ||
] | ||
} | ||
] | ||
} | ||
|
||
PUT _plugins/_security/api/rolesmapping/arus_seguridad | ||
{ | ||
"backend_roles" : [ "arusseguridad" ] | ||
} | ||
|
||
----------- | ||
|
||
PUT _plugins/_security/api/roles/arus_cliente | ||
{ | ||
"cluster_permissions" : [ | ||
"cluster_composite_ops" | ||
], | ||
"index_permissions" : [ | ||
{ | ||
"index_patterns" : [ | ||
".kibana", | ||
".kibana-6", | ||
".kibana_*", | ||
".opensearch_dashboards", | ||
".opensearch_dashboards-6", | ||
".opensearch_dashboards_*" | ||
], | ||
"fls" : [ ], | ||
"masked_fields" : [ ], | ||
"allowed_actions" : [ | ||
"read", | ||
"index" | ||
] | ||
}, | ||
{ | ||
"index_patterns" : [ | ||
"auditoria-*" | ||
], | ||
"dls" : "", | ||
"fls" : [ ], | ||
"masked_fields" : [ ], | ||
"allowed_actions" : [ | ||
"read", | ||
"index" | ||
] | ||
} | ||
], | ||
"tenant_permissions" : [ | ||
{ | ||
"tenant_patterns" : [ | ||
"global_tenant" | ||
], | ||
"allowed_actions" : [ | ||
"kibana_all_read" | ||
] | ||
} | ||
] | ||
} | ||
|
||
PUT _plugins/_security/api/rolesmapping/arus_cliente | ||
{ | ||
"backend_roles" : [ "aruscliente" ] | ||
} |
Binary file added
BIN
+16.6 KB
charts-custom/charts/opensearch/scripts/creacion-usuarios/Usuarios Opensearch por roll.xlsx
Binary file not shown.
32 changes: 32 additions & 0 deletions
32
charts-custom/charts/opensearch/scripts/creacion-usuarios/arus-usuarios.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Sergio de Jesus Orrego Toro,[email protected],admin,1 | ||
Juan Pablo Carvajal Restrepo,[email protected],admin,1 | ||
Ana Catalina Castaño Mejia,[email protected],arusseguridad,1 | ||
Jhon William Arias Guisao,[email protected],arusseguridad,1 | ||
Alejandra Maria Tamayo sarrazola,[email protected],aruscliente,1 | ||
Ana Maria Ortiz Restrepo,[email protected],aruscliente,1 | ||
Yulieth Quintero Madrid,[email protected],aruscliente,1 | ||
Laura Restrepo Arroyave,[email protected],aruscliente,1 | ||
Denis Dallana Gallego Rivillas,[email protected],aruscliente,1 | ||
Lisa Mariana Larrea Rivera,[email protected],aruscliente,1 | ||
Luisa Fernanda Salazar Sáenz,[email protected],aruscliente,1 | ||
Ana María Alvarez Ramírez,[email protected],aruscliente,1 | ||
Yeison Camilo Parra Betancur,[email protected],arussoporte,1 | ||
Jorge Hugo Yepes Velasquez,[email protected],arussoporte,1 | ||
Luisa Fernanda Acevedo Velez,[email protected],arussoporte,1 | ||
Pablo Manquillo,[email protected],arussoporte,1 | ||
Santiago Ramírez,[email protected],arussoporte,1 | ||
Anggie Nathally Santacoloma,[email protected],arussoporte,1 | ||
Fabio Vásquez,[email protected],arussoporte,1 | ||
Maria Alejandra Molina,[email protected],arussoporte,1 | ||
Juan Sandoval,[email protected],arussoporte,1 | ||
Oscar Uribe,[email protected],arussoporte,1 | ||
Diego Cardona,[email protected],arussoporte,1 | ||
Luis Navia,[email protected],arussoporte,1 | ||
Sebastián Estrada,[email protected],arussoporte,1 | ||
Juan David Vasquez Rojas,[email protected],arussoporte,1 | ||
Julián Camilo Pinilla León,[email protected],arussoporte,1 | ||
Luis Alejandro Torres Barraza,[email protected],arussoporte,1 | ||
Luisa Fernanda Urrego Vélez,[email protected],arussoporte,1 | ||
Yefri Darío Gómez Gómez,[email protected],arussoporte,1 | ||
Angel Ernesto Marin Castrillon,[email protected],arussoporte,1 | ||
Sebastian Londoño Zapata,[email protected],arussoporte,1 |
Oops, something went wrong.