Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL committed Oct 5, 2024
1 parent 0b47186 commit e78fd88
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 183 deletions.
1 change: 0 additions & 1 deletion e2e-tests/cypress/e2e/Impersonate.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { rorApiClient } from '../support/helpers/RorApiClient';

describe('impersonate', () => {
beforeEach(() => {
// rorApiClient.configureRorIndexMainSettings("defaultSettings.yaml")
Login.initialization();
});

Expand Down
3 changes: 0 additions & 3 deletions e2e-tests/cypress/fixtures/defaultSettings.json

This file was deleted.

13 changes: 0 additions & 13 deletions e2e-tests/cypress/fixtures/defaultSettings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,11 @@ readonlyrest:
index_template: "'readonlyrest_audit_'yyyy-MM-dd"

access_control_rules:
- name: "Kibana service account - token"
verbosity: error
token_authentication:
token: "Bearer ${KIBANA_SERVICE_ACCOUNT_TOKEN}"
username: service_account

- name: "Kibana service account - user/pass"
verbosity: error
auth_key: kibana:kibana

- name: "PROBE"
verbosity: error
auth_key: "elastic-internal-probe:${INTERNAL_PROBE_PASS}"

- name: "ELASTIC-INTERNAL"
verbosity: error
auth_key: "elastic-internal:${INTERNAL_USR_PASS}"

- name: PERSONAL_GRP
groups: [Personal]
<<: *common-rules
Expand Down
3 changes: 0 additions & 3 deletions e2e-tests/cypress/fixtures/reportingSettings.json

This file was deleted.

14 changes: 0 additions & 14 deletions e2e-tests/cypress/fixtures/reportingSettings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,10 @@ readonlyrest:

access_control_rules:

- name: "Kibana service account - token"
verbosity: error
token_authentication:
token: "Bearer ${KIBANA_SERVICE_ACCOUNT_TOKEN}"
username: service_account

- name: "Kibana service account - user/pass"
verbosity: error
auth_key: kibana:kibana

- name: "PROBE"
verbosity: error
auth_key: "elastic-internal-probe:${INTERNAL_PROBE_PASS}"

- name: "ELASTIC-INTERNAL"
verbosity: error
auth_key: "elastic-internal:${INTERNAL_USR_PASS}"

- name: PERSONAL_GRP
groups: [personal_group]
<<: *common-rules
Expand Down
3 changes: 0 additions & 3 deletions e2e-tests/cypress/fixtures/roSettings.json

This file was deleted.

14 changes: 0 additions & 14 deletions e2e-tests/cypress/fixtures/roSettings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,10 @@ readonlyrest:

access_control_rules:

- name: "Kibana service account - token"
verbosity: error
token_authentication:
token: "Bearer ${KIBANA_SERVICE_ACCOUNT_TOKEN}"
username: service_account

- name: "Kibana service account - user/pass"
verbosity: error
auth_key: kibana:kibana

- name: "PROBE"
verbosity: error
auth_key: "elastic-internal-probe:${INTERNAL_PROBE_PASS}"

- name: "ELASTIC-INTERNAL"
verbosity: error
auth_key: "elastic-internal:${INTERNAL_USR_PASS}"

- name: PERSONAL_GRP
groups: [personal_group]
<<: *common-rules
Expand Down
3 changes: 0 additions & 3 deletions e2e-tests/cypress/fixtures/roStrictSettings.json

This file was deleted.

14 changes: 0 additions & 14 deletions e2e-tests/cypress/fixtures/roStrictSettings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,10 @@ readonlyrest:
index_template: "'readonlyrest_audit_'yyyy-MM-dd"

access_control_rules:

- name: "Kibana service account - token"
verbosity: error
token_authentication:
token: "Bearer ${KIBANA_SERVICE_ACCOUNT_TOKEN}"
username: service_account

- name: "Kibana service account - user/pass"
verbosity: error
auth_key: kibana:kibana

- name: "PROBE"
verbosity: error
auth_key: "elastic-internal-probe:${INTERNAL_PROBE_PASS}"

- name: "ELASTIC-INTERNAL"
verbosity: error
auth_key: "elastic-internal:${INTERNAL_USR_PASS}"

- name: PERSONAL_GRP
groups: [personal_group]
Expand Down
Loading

0 comments on commit e78fd88

Please sign in to comment.