-
Notifications
You must be signed in to change notification settings - Fork 10
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
1 parent
c855991
commit 44c675d
Showing
14 changed files
with
666 additions
and
2 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 |
---|---|---|
@@ -1,3 +1,20 @@ | ||
token_tokenauth_config_enable: true | ||
token_tokenauth: | ||
items: | ||
- identifier: token-1 | ||
token: 18b2b74ef994314b84021d47b9422e82b685d82f | ||
contact_person: Person 1 | ||
email: [email protected] | ||
organization: Organization 1 | ||
application: Application 1 | ||
administration: Administration 1 | ||
|
||
sites_config_enable: true | ||
sites_config: | ||
items: | ||
- domain: example.com | ||
name: Example site | ||
|
||
zgw_consumers_config_enable: true | ||
zgw_consumers: | ||
services: | ||
|
3 changes: 3 additions & 0 deletions
3
src/objects/setup_configuration/tests/files/token_auth_invalid_setup.yaml
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 @@ | ||
token_tokenauth_config_enable: true | ||
token_tokenauth: | ||
items: |
20 changes: 20 additions & 0 deletions
20
src/objects/setup_configuration/tests/files/token_auth_valid_setup_complete.yaml
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,20 @@ | ||
token_tokenauth_config_enable: true | ||
token_tokenauth: | ||
items: | ||
- identifier: token-1 | ||
token: 18b2b74ef994314b84021d47b9422e82b685d82f | ||
contact_person: Person 1 | ||
email: [email protected] | ||
organization: Organization 1 | ||
application: Application 1 | ||
administration: Administration 1 | ||
is_superuser: True | ||
|
||
- identifier: token-2 | ||
token: e882642bd0ec2482adcdc97258c2e6f98cb06d85 | ||
contact_person: Person 2 | ||
email: [email protected] | ||
organization: Organization 2 | ||
application: Application 2 | ||
administration: Administration 2 | ||
is_superuser: True |
12 changes: 12 additions & 0 deletions
12
src/objects/setup_configuration/tests/files/token_auth_valid_setup_default.yaml
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,12 @@ | ||
token_tokenauth_config_enable: true | ||
token_tokenauth: | ||
items: | ||
- identifier: token-1 | ||
token: 18b2b74ef994314b84021d47b9422e82b685d82f | ||
contact_person: Person 1 | ||
email: [email protected] | ||
|
||
- identifier: token-2 | ||
token: e882642bd0ec2482adcdc97258c2e6f98cb06d85 | ||
contact_person: Person 2 | ||
email: [email protected] |
Oops, something went wrong.