Skip to content

Commit

Permalink
add a new auth type for host type mapping (#1720)
Browse files Browse the repository at this point in the history
* add a new auth type for host type mapping

* bump universal version

---------

Co-authored-by: Yaqin Li <[email protected]>
  • Loading branch information
liyaqin1 and Yaqin Li authored Sep 24, 2024
1 parent abc2fae commit 7958bd3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.pinterest.teletraan</groupId>
<artifactId>universal</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.pinterest.teletraan</groupId>
Expand Down
2 changes: 1 addition & 1 deletion deploy-service/universal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.pinterest.teletraan</groupId>
<artifactId>universal</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.4-SNAPSHOT</version>

<name>Teletraan platform universal components</name>
<url>https://github.com/pinterest/teletraan/</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ public enum Type {
HOST,
/** For cluster provision prefix resource. */
PROVISION_PREFIX,
/** For instance type mapping url */
INSTANCE_TYPE_MAPPING,
/* For anything else */
UNSPECIFIED,
}
Expand Down
1 change: 1 addition & 0 deletions docs/auth/teletraan_auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ definitions:
- HOTFIX
- HOST
- PROVISION_PREFIX
- INSTANCE_TYPE_MAPPING
- UNSPECIFIED
resourceName:
type: string
Expand Down

0 comments on commit 7958bd3

Please sign in to comment.