Technology Admin

Results 27 issues of Technology Admin

The current [config](https://github.com/fangli/django-saml2-auth/blob/master/django_saml2_auth/views.py#L109) requires assertion signing (vs. request signing). Since request signing is a superset of assertion signing, this should be equally secure. To provide flexibility, I suggest instead using...

The tooling (intentionally) lacks a bunch of features that have been requested (and even PR'd) by the community. I understand your desire to keep it simple and not take on...

PySAML2 also supports the `inline` metadata format where a stringified XML is provided to the library. This builds on #61 and simplifies cases like #27 by eliminating the need to...

When sessions time out, users are redirected to the `denied` page. I'd like them to be redirected to the login page (with a `next` value). To avoid redirect loops, this...

Assume I want to create a module like this: ``` Parameters: Environment: Description: 'Name of client Environment.' Type: String Resources PeeringConnection: Type: 'AWS::EC2::VPCPeeringConnection' Properties: VpcId: {'Fn::ImportValue': !Sub '${VpcModule}-Id'} ... ```...

I'd like to suggest a centralized place for interface definitions and a more use-oriented scheme for `Outputs` naming. I assume you were trying to simplify/standardize the interfaces when creating `cfn-modules`,...

This package only offers in-mem and filesystem caches; neither work correctly in highly scalable systems. I (ignorantly) tried to give the client a Django cache and ran into issues. Unfortunately,...

feature
question
help-needed

Didn't find a repo to more directly suggest a PR/change to your subzero.cloud docs, but your fargate sample page suggests authorizing access to the DB using the cidr range of...

I was trying to upgrade our supervisor directive to use the one in the documentation, but forgot to check that the directory holding the `sock` files existed. Supervisor logs were...

enhancement
exp/beginner

After upgrading to python 3.7, `docker[tls]==3.7.1`, `docker-map==1.0.0` and `docker-fabric==0.5.0`, I'm running into the error `unknown flag: --host-config` when trying to create a container. I'm having trouble even finding the `host-config`...