Skip to content

Commit

Permalink
Fixes #38102 - Auth token of flatpak-remote shouldn't be returned by …
Browse files Browse the repository at this point in the history
…API (#11261)
  • Loading branch information
sjha4 authored Dec 20, 2024
1 parent dbfa2ef commit 1891dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/katello/api/v2/flatpak_remotes/base.json.rabl
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ extends 'katello/api/v2/common/identifier'
extends 'katello/api/v2/common/org_reference'

attributes :name
attributes :url, :description, :username, :token, :seeded, :registry_url
attributes :url, :description, :username, :seeded, :registry_url

0 comments on commit 1891dc4

Please sign in to comment.