Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VACMS-18309: Updated events api to basic auth. #18315

Merged
merged 2 commits into from
Jun 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions config/sync/views.view.events_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- field.storage.node.field_location_type
- field.storage.node.field_url_of_an_online_event
- node.type.event
- user.role.administrator
- user.role.authenticated
module:
- address
- csv_serialization
Expand Down Expand Up @@ -766,7 +766,7 @@ display:
type: role
options:
role:
administrator: administrator
authenticated: authenticated
cache:
type: tag
options: { }
Expand Down Expand Up @@ -895,7 +895,8 @@ display:
jsonapi_views:
enabled: true
path: all-events-data
auth: { }
auth:
- basic_auth
cache_metadata:
max-age: -1
contexts:
Expand Down
Loading