Skip to content

Commit

Permalink
fix: update config
Browse files Browse the repository at this point in the history
- Point to canonical hydra repo
- Pin contour version
  • Loading branch information
nsklikas committed Mar 27, 2024
1 parent 4259372 commit ced2e25
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions hack/helm/hydra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ hydra:
public: https://iam.internal:8443/
login: https://iam.internal:8443/ui/login
consent: https://iam.internal:8443/ui/consent
# device: http://iam.internal:8443/admin/oauth2/auth/requests/device/verify
device: https://iam.internal:8443/ui/device
device_verification: https://iam.internal:8443/ui/device
post_device_done: https://iam.internal:8443/api/v0/status
error: https://iam.internal:8443//ui/oidc_error
error: https://iam.internal:8443/ui/oidc_error
ttl:
# configures how long a user login and consent flow may take. Defaults to 1h.
login_consent_request: 1h
Expand Down
1 change: 0 additions & 1 deletion hack/kubectl/flow-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ data:
HYDRA_ADMIN_API_URL: http://hydra-admin.default.svc.cluster.local:4445
CALLBACK_URI: http://flow-test.default.svc.cluster.local/api/ready
# OAUTH_CLIENT_SECRET: KOVbs8SDizELCUQhFEDLYPA4zN
OAUTH_CLIENT_ID:
SCOPES: openid,offline,email,profile
PROVIDER: "0" # hydra
AUTH_URL: http://hydra-public.default.svc.cluster.local:4444/oauth2/auth
Expand Down
4 changes: 2 additions & 2 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ parts:
export CGO_ENABLED=0
go mod download all
go build -ldflags="${go_linker_flags}" -o "${CRAFT_PART_INSTALL}"/bin/hydra
source: https://github.com/BuzzBumbleBee/hydra
source: https://github.com/canonical/hydra
source-type: git
source-branch: feat_dev_grants_2x
source-branch: canonical
1 change: 1 addition & 0 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ profiles:
installCRDs: true
- name: contour
remoteChart: oci://registry-1.docker.io/bitnamicharts/contour
version: 15.0.1


portForward:
Expand Down

0 comments on commit ced2e25

Please sign in to comment.