-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add comments inadvertently removed during migrate (#27)
A few files had their first comment removed even though it did not contain a license. This re-adds those comments.
- Loading branch information
Showing
19 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
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,14 @@ | ||
# Role mapping configuration file which has elasticsearch roles as keys | ||
# that map to one or more user or group distinguished names | ||
|
||
#roleA: this is an elasticsearch role | ||
# - groupA-DN this is a group distinguished name | ||
# - groupB-DN | ||
# - user1-DN this is the full user distinguished name | ||
|
||
#power_user: | ||
# - "cn=admins,dc=example,dc=com" | ||
#user: | ||
# - "cn=users,dc=example,dc=com" | ||
# - "cn=admins,dc=example,dc=com" | ||
# - "cn=John Doe,cn=other users,dc=example,dc=com" |
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,3 @@ | ||
# The default roles file is empty as the preferred method of defining roles is | ||
# through the API/UI. File based roles are useful in error scenarios when the | ||
# API based roles may not be available. |
1 change: 1 addition & 0 deletions
1
.../security/src/test/resources/org/elasticsearch/xpack/security/authc/ldap/role_mapping.yml
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# AD Realm Role Mapping | ||
group_role: | ||
- "CN=Avengers,CN=users,DC=ad,DC=test,DC=elasticsearch,DC=com" | ||
user_role: | ||
|
1 change: 1 addition & 0 deletions
1
...est/resources/org/elasticsearch/xpack/security/authc/ldap/support/ldapWithGroupSearch.yml
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
1 change: 1 addition & 0 deletions
1
...est/resources/org/elasticsearch/xpack/security/authc/ldap/support/ldapWithRoleMapping.yml
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
2 changes: 2 additions & 0 deletions
2
...n/security/src/test/resources/org/elasticsearch/xpack/security/authc/pki/role_mapping.yml
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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# Role mappings for PKI tests | ||
|
||
user: | ||
- "CN=Elasticsearch Test Node, OU=elasticsearch, O=org" |
6 changes: 6 additions & 0 deletions
6
...curity/src/test/resources/org/elasticsearch/xpack/security/authc/support/role_mapping.yml
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
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,3 @@ | ||
# The default roles file is empty as the preferred method of defining roles is | ||
# through the API/UI. File based roles are useful in error scenarios when the | ||
# API based roles may not be available. |
2 changes: 2 additions & 0 deletions
2
...curity/src/test/resources/org/elasticsearch/xpack/security/authz/store/reserved_roles.yml
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# All cluster rights | ||
# All operations on all indices | ||
admin: | ||
cluster: | ||
- all | ||
|
2 changes: 2 additions & 0 deletions
2
x-pack/plugin/src/test/resources/rest-api-spec/test/xpack/10_basic.yml
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Integration tests for monitoring | ||
# | ||
"X-Pack loaded": | ||
- do: | ||
cluster.state: {} | ||
|
2 changes: 2 additions & 0 deletions
2
x-pack/plugin/src/test/resources/rest-api-spec/test/xpack/15_basic.yml
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Integration tests xpack info and usage API | ||
# | ||
"X-Pack Info and Usage": | ||
|
||
- do: | ||
|
2 changes: 2 additions & 0 deletions
2
...e-rest-tests-with-security/src/test/resources/rest-api-spec/test/rankeval/10_rankeval.yml
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
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 |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# All cluster rights | ||
# All operations on all indices | ||
# Run as all users | ||
admin: | ||
cluster: | ||
- all | ||
|
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
2 changes: 2 additions & 0 deletions
2
...est-plugins-ssl/src/test/resources/rest-api-spec/test/smoke_test_plugins_ssl/10_basic.yml
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Integration tests for smoke testing plugins | ||
# | ||
"Plugins are actually installed": | ||
- do: | ||
cluster.state: {} | ||
|
2 changes: 2 additions & 0 deletions
2
...s-ssl/src/test/resources/rest-api-spec/test/smoke_test_plugins_ssl/20_settings_filter.yml
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
2 changes: 2 additions & 0 deletions
2
.../smoke-test-plugins/src/test/resources/rest-api-spec/test/smoke_test_plugins/10_basic.yml
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Integration tests for smoke testing plugins | ||
# | ||
"Plugins are actually installed": | ||
- do: | ||
cluster.state: {} | ||
|
2 changes: 2 additions & 0 deletions
2
...ith-painless/src/test/resources/rest-api-spec/test/watcher_painless/50_update_scripts.yml
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
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# tag::rest | ||
rest_minimal: | ||
indices: | ||
- names: test | ||
|