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

fix: use base58 alphabet for resource IDs #680

Merged
merged 3 commits into from
Dec 24, 2023
Merged

fix: use base58 alphabet for resource IDs #680

merged 3 commits into from
Dec 24, 2023

Conversation

leg100
Copy link
Owner

@leg100 leg100 commented Dec 24, 2023

Looks like TFC resource IDs, e.g. ws-3i96qoAvc9BevrhS, use only characters from the base58 alphabet, whereas OTF uses any alphanumeric characters, including non-base58 characters such as 0 and I.

This PR brings OTF into line with TFC. This is necessary because I've noticed that the tfe_workspace_settings resource in the tfe provider has started validating workspace IDs, checking that they are base58.

@leg100 leg100 changed the title fix: resource IDs use base58 alphabet fix: use base58 alphabet for resource IDs Dec 24, 2023
@leg100 leg100 merged commit 1e7d7a2 into master Dec 24, 2023
5 checks passed
@leg100 leg100 deleted the base58 branch December 24, 2023 14:29
leg100 pushed a commit that referenced this pull request Oct 22, 2024
🤖 I have created a release *beep* *boop*
---


## [0.3.0](v0.2.4...v0.3.0)
(2024-10-22)


### ⚠ BREAKING CHANGES

* rename --address flag to --url; require scheme
* move to sqlc, tern ([#683](#683))

### refactor

* move to sqlc, tern ([#683](#683))
([878ebfb](878ebfb))
* rename --address flag to --url; require scheme
([3e83474](3e83474))


### Features

* add timeout settings for plans and applies
([#686](#686))
([797902b](797902b))
* allow subscription buffer size to be overridden
([#687](#687))
([d51469d](d51469d))


### Bug Fixes

* avoid hitting Github limit on commit status updates
([#688](#688))
([029e525](029e525))
* don't unnecessarily restart scheduler
([#689](#689))
([d240965](d240965))
* make linting and tests pass
([ebc1e53](ebc1e53))
* pin version of gcp pub-sub emulator docker image
([8048e72](8048e72))
* prevent subsystem failure from stopping otfd
([e5061b0](e5061b0))
* use base58 alphabet for resource IDs
([#680](#680))
([1e7d7a2](1e7d7a2))


### Miscellaneous

* bump go
([5663eab](5663eab))
* trigger new version of agent chart upon deploy
([#690](#690))
([155e026](155e026))
* unarchive
([c954c36](c954c36))
* upgrade dependencies
([59eb979](59eb979))
* use forked sse lib's module path
([fc9b138](fc9b138))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

1 participant