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

Add the PF_ADMIN_BASEURL environment variable to the pingfederate admin/engine configmaps #188

Closed
tsigle opened this issue Aug 11, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tsigle
Copy link
Contributor

tsigle commented Aug 11, 2021

With the 10.3 release of PingFederate, there is a variable used to provide redirect links called the PF_ADMIN_BASEURL. This needs to be set by the helm chart, as it will either be a public host or localhost, depending on if the ingress is available. The container has no idea which it should be as it doesn't have insight into the environment it's running.

If ingress is enabled, an example for this variable is:

PF_ADMIN_BAESURL=https://pingfederate-admin.example.com

If ingress is not enable, an example for this variable:

PF_ADMIN_BASEURL=https://localhost:9999
@tsigle tsigle added the enhancement New feature or request label Aug 11, 2021
@tsigle tsigle self-assigned this Aug 11, 2021
tsigle added a commit that referenced this issue Aug 13, 2021
…UBLIC hostname/ports in global env vars configmap
@tsigle tsigle mentioned this issue Aug 13, 2021
tsigle added a commit that referenced this issue Aug 13, 2021
* Resolve issues #187 and #188 - Adding PF_ADMIN_BASEURL and creating PUBLIC hostname/ports in global env vars configmap

* Creating releasenotes and chart for 0.7.1

* Removed unneeded and
tsigle added a commit that referenced this issue Aug 13, 2021
* Resolve issues #187 and #188 - Adding PF_ADMIN_BASEURL and creating PUBLIC hostname/ports in global env vars configmap

* Creating releasenotes and chart for 0.7.1

* Removed unneeded and

* Release 0.7.1 index.yaml
@tsigle tsigle closed this as completed Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant