Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
S
SiB Core
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 110
    • Issues 110
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
    • Container Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Startin blox
  • framework
  • SiB Core
  • Issues
  • #555

Closed
Open
Opened Dec 16, 2019 by maxime@maxime_senza
  • Report abuse
Report abuse

Authentication credentials not provided

Heyhey, hope all is well

This morning a user trying to add a petition to the app raised an issue that wasn't there couple days ago.

Un-identified users cannot Post on a form, event though the permissions are right in the model.

I'm getting the following error on models where unauthenticated users are normally aloud to post

Authentication credentials were not provided

The permissions related to this model are the following

anonymous_perms = ['add','view']
authenticated_perms = ['inherit', 'add']        

This is also occuring on other models. It seems like it's happening to all models that have a foreign relation to another model.

To illustrate what I mean, all the models bugging have the model "actiongroups" as a nested field. The anonymous perms on "actiongroups" are just in "view" mode. I think this is what's blocking, but really not sure.

The post on the models was tested & functional the end of last week, nothing changed on the app side & i've never really seen this error raised

Edited Dec 16, 2019 by maxime
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
2
Labels
BUG BUG
Assign labels
  • View project labels
Reference: startinblox/framework/sib-core#555