Skip to content

Align privacy statement prompt behavior #5015

Description

@aaronlew02

Description

There is currently ambiguity regarding when the Sigstore public good privacy statement should be presented to users and how that should be determined.

Currently, the following users are prompted:

  • ALL keyless signers using the interactive OIDC authentication flow (see internal/auth/auth.go), even if using non-public-good services.
  • Signers who do not use a signing config (provided either from TUF or manually) and do not set --tlog-upload=false (see the call to signcommon.ShouldUploadToTlog in sign and sign-blob).

Key-based signers using public-good services via a signing config are unprompted.

For the sake of consistency, this issue proposes either:

  • removing the privacy statement, or
  • prompting all signers using a public-good service.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions