Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EngHabu committed Mar 5, 2021
1 parent 4cf8617 commit 8be294a
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions gen/pb-go/flyteidl/core/security.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/pb-go/flyteidl/service/admin.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5240,7 +5240,7 @@
"title": "token_endpoint references the token issuance endpoint. If idp_discovery_endpoint is not provided, this parameter is\nmandatory.\n+optional"
}
},
"description": "OAuth2TokenRequest encapsulates information needed to request an OAuth2 token.\n_FLYTE_TOKEN_ENV_PREFIX will be passed to indicate the prefix of the environment variables that will be present if\ntokens are passed through environment variables.\n_FLYTE_TOKEN_PATH_PREFIX will be passed to indicate the prefix of the path where secrets will be mounted if tokens\nare passed through file mounts."
"description": "OAuth2TokenRequest encapsulates information needed to request an OAuth2 token.\nFLYTE_TOKENS_ENV_PREFIX will be passed to indicate the prefix of the environment variables that will be present if\ntokens are passed through environment variables.\nFLYTE_TOKENS_PATH_PREFIX will be passed to indicate the prefix of the path where secrets will be mounted if tokens\nare passed through file mounts."
},
"coreOAuth2TokenRequestType": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23737,9 +23737,9 @@ definitions:
title: "token_endpoint references the token issuance endpoint. If idp_discovery_endpoint\
\ is not provided, this parameter is\nmandatory.\n+optional"
description: "OAuth2TokenRequest encapsulates information needed to request an\
\ OAuth2 token.\n_FLYTE_TOKEN_ENV_PREFIX will be passed to indicate the prefix\
\ OAuth2 token.\nFLYTE_TOKENS_ENV_PREFIX will be passed to indicate the prefix\
\ of the environment variables that will be present if\ntokens are passed through\
\ environment variables.\n_FLYTE_TOKEN_PATH_PREFIX will be passed to indicate\
\ environment variables.\nFLYTE_TOKENS_PATH_PREFIX will be passed to indicate\
\ the prefix of the path where secrets will be mounted if tokens\nare passed\
\ through file mounts."
example:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

package flyteadmin

// OAuth2TokenRequest encapsulates information needed to request an OAuth2 token. _FLYTE_TOKEN_ENV_PREFIX will be passed to indicate the prefix of the environment variables that will be present if tokens are passed through environment variables. _FLYTE_TOKEN_PATH_PREFIX will be passed to indicate the prefix of the path where secrets will be mounted if tokens are passed through file mounts.
// OAuth2TokenRequest encapsulates information needed to request an OAuth2 token. FLYTE_TOKENS_ENV_PREFIX will be passed to indicate the prefix of the environment variables that will be present if tokens are passed through environment variables. FLYTE_TOKENS_PATH_PREFIX will be passed to indicate the prefix of the path where secrets will be mounted if tokens are passed through file mounts.
type CoreOAuth2TokenRequest struct {
// name indicates a unique id for the token request within this task token requests. It'll be used as a suffix for environment variables and as a filename for mounting tokens as files.
Name string `json:"name,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion gen/pb-go/flyteidl/service/openapi.go

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions gen/pb-java/flyteidl/core/Security.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gen/pb-protodoc/flyteidl/core/security.proto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ flyteidl.core.OAuth2TokenRequest
`[flyteidl.core.OAuth2TokenRequest proto] <https://github.com/lyft/flyteidl/blob/master/protos/flyteidl/core/security.proto#L58>`_

OAuth2TokenRequest encapsulates information needed to request an OAuth2 token.
_FLYTE_TOKEN_ENV_PREFIX will be passed to indicate the prefix of the environment variables that will be present if
FLYTE_TOKENS_ENV_PREFIX will be passed to indicate the prefix of the environment variables that will be present if
tokens are passed through environment variables.
_FLYTE_TOKEN_PATH_PREFIX will be passed to indicate the prefix of the path where secrets will be mounted if tokens
FLYTE_TOKENS_PATH_PREFIX will be passed to indicate the prefix of the path where secrets will be mounted if tokens
are passed through file mounts.

.. code-block:: json
Expand Down
4 changes: 2 additions & 2 deletions protos/flyteidl/core/security.proto
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ message Identity {
}

// OAuth2TokenRequest encapsulates information needed to request an OAuth2 token.
// _FLYTE_TOKEN_ENV_PREFIX will be passed to indicate the prefix of the environment variables that will be present if
// FLYTE_TOKENS_ENV_PREFIX will be passed to indicate the prefix of the environment variables that will be present if
// tokens are passed through environment variables.
// _FLYTE_TOKEN_PATH_PREFIX will be passed to indicate the prefix of the path where secrets will be mounted if tokens
// FLYTE_TOKENS_PATH_PREFIX will be passed to indicate the prefix of the path where secrets will be mounted if tokens
// are passed through file mounts.
message OAuth2TokenRequest {
// Type of the token requested.
Expand Down

0 comments on commit 8be294a

Please sign in to comment.