Skip to content
#

saml2

Here are 217 public repositories matching this topic...

DimalChandrasiri
DimalChandrasiri commented Jan 25, 2021

Describe the issue:
The links not show hover states on hover on the getting started page.

How to reproduce:

  1. Navigate to getting started page
  2. hover over any link

Expected behavior:
Should indicate hover state for links

improvement bug good first issue ux
tyctor
tyctor commented Apr 23, 2021

Hi

is there posibility to set key_file and cert_file content in configuration instead of path?
my application is runing inside docker, so this files are not stored on local filesystem,
but i can set it from outside via variable in os.environ
probably i could do some workaround, and save content into file temp file and set this file,
before saml2 config is parsed
but i am asking her

deepakprabhakara
deepakprabhakara commented Mar 16, 2022

Is your proposal related to a problem?

Apple M1 uses arm64 arch, we are currently only building amd64.

Describe the solution you'd like

Use qemu and buildx to build both architectures and push the images.

Additional context

How is cosign affected by this? We'll need to ensure signing is intact for both arch.

enhancement good first issue devops
jjmvee
jjmvee commented Jun 8, 2022

Hi, there seems to be a bug in the console script for manipulating/deleting tenants.
Specifing either an ID or a UUID leads to a SQL query syntax error.
The value cannot be an integer and a string at the same time.

The backend database is PostgreSQL. Maybe other databases are more lenient with this
but Postgres unfortunately not.

j@dev:~/vgp [saml2*]$ ./artisan saml2:delete-tenant 
bug good first issue

Improve this page

Add a description, image, and links to the saml2 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the saml2 topic, visit your repo's landing page and select "manage topics."

Learn more