Skip to content

Commit

Permalink
add a new auth type for host type mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaqin Li committed Sep 24, 2024
1 parent abc2fae commit 11e6ff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
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 11e6ff3

Please sign in to comment.