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

Pass the proper auth header when using exec via token_type #646

Merged
merged 1 commit into from Aug 1, 2022

Conversation

TylerAldrich
Copy link
Contributor

Looks like this is the only place in the CLI that we weren't using token.token_type yet - necessary for architect exec to work with personal access tokens (token_type is "Basic" for them).

@tjhiggins tjhiggins merged commit c639ba8 into rc Aug 1, 2022
@tjhiggins tjhiggins deleted the fix-exec-auth-headers branch August 1, 2022 17:39
@tjhiggins tjhiggins restored the fix-exec-auth-headers branch August 1, 2022 17:39
@tjhiggins tjhiggins deleted the fix-exec-auth-headers branch August 1, 2022 17:39
github-actions bot pushed a commit that referenced this pull request Aug 1, 2022
# [1.22.0-rc.4](v1.22.0-rc.3...v1.22.0-rc.4) (2022-08-01)

### Bug Fixes

* **exec:** Pass the proper auth header when using exec via token_type ([#646](#646)) ([54861dc](54861dc))
github-actions bot pushed a commit that referenced this pull request Aug 4, 2022
# [1.22.0](v1.21.1...v1.22.0) (2022-08-04)

### Bug Fixes

* **dev:** Add ARC_DEV env for detecting if we are running locally ([85bc88c](85bc88c))
* **docs:** fix links to docs by making them absolute ([74ba274](74ba274))
* **exec:** Pass the proper auth header when using exec via token_type ([#646](#646)) ([54861dc](54861dc))
* **init:** debug block instead of interpolation ([#647](#647)) ([22e811c](22e811c))
* **sentry:** Sentry Refactor and Bug Fix ([#648](#648)) ([598034b](598034b))

### Features

* **deploy:** Ephemeral component versions ([#642](#642)) ([6d90449](6d90449))
* **spec:** support circular dependencies ([#641](#641)) ([86835ca](86835ca))
TylerAldrich pushed a commit that referenced this pull request Aug 4, 2022
# [1.22.0](v1.21.1...v1.22.0) (2022-08-04)

### Bug Fixes

* **dev:** Add ARC_DEV env for detecting if we are running locally ([85bc88c](85bc88c))
* **docs:** fix links to docs by making them absolute ([74ba274](74ba274))
* **exec:** Pass the proper auth header when using exec via token_type ([#646](#646)) ([54861dc](54861dc))
* **init:** debug block instead of interpolation ([#647](#647)) ([22e811c](22e811c))
* **sentry:** Sentry Refactor and Bug Fix ([#648](#648)) ([598034b](598034b))

### Features

* **deploy:** Ephemeral component versions ([#642](#642)) ([6d90449](6d90449))
* **spec:** support circular dependencies ([#641](#641)) ([86835ca](86835ca))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants