Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NGINX Identity Aware Proxy #202

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

tamsky
Copy link

@tamsky tamsky commented Apr 26, 2019

No description provided.

@osterman osterman changed the title [wip] unlimited staging proxy NGINX Identity Aware Proxy Apr 30, 2019
@osterman osterman requested review from goruha and aknysh April 30, 2019 19:59
@osterman osterman added the wip label Apr 30, 2019
@@ -0,0 +1,4 @@
apiVersion: v1
description: A Helm chart for Kubernetes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update description

@@ -0,0 +1,26 @@
kind: Pod
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are the files in pr123 folder just examples?
how they are going to be deployed?
maybe just move to examples in README?


{{/*
Create a default fully qualified oauth name.
We limit this value to 24 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no trunc 24 here, should add it or update the description

We limit this value to 24 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
*/}}
{{- define "fullname_oauth" -}}
{{- printf "%.17s-oauth" .Release.Name | trimSuffix "-" -}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is 17?


{{/*
Create a default fully qualified proxy name.
We truncate at 24 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no trunc 24 here, should add it or update the description

{{- end -}}

{{/*
Create a default fully qualified proxy name.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Create a default fully qualified proxy name.
Create a default fully qualified ingress name.


{{/*
Create a default fully qualified proxy name.
We truncate at 24 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no trunc 24 here, should add it or update the description

We truncate at 24 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
*/}}
{{- define "fullname_ingress" -}}
{{- printf "%.16s-ingress" .Release.Name | trimSuffix "-" -}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is 16s?

Copy link
Member

@aknysh aknysh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants