Skip to content

Commit

Permalink
VACMS-18309: Updated events api to basic auth. (#18315)
Browse files Browse the repository at this point in the history
  • Loading branch information
anantais authored Jun 13, 2024
1 parent 4ef7c12 commit 235f81b
Showing 1 changed file with 4 additions and 3 deletions.
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

0 comments on commit 235f81b

Please sign in to comment.